tool
Creates a new tool
post/tool
Request body
Example request
{
"packageName": "@lit-protocol/vincent-erc20-approval-tool",
"activeVersion": "1.0.0",
"title": "ERC20 Approval Tool",
"description": "A tool that manages ERC20 approvals for PKPs. Facilitates vincent-uniswap-swap-tool usage."
}Response
Successful operation
Example response
{
"packageName": "@lit-protocol/vincent-erc20-approval-tool",
"title": "ERC20 Approval Tool",
"authorWalletAddress": "0x123456789012345678901234567890123456abcd",
"description": "A tool that manages ERC20 approvals for PKPs. Facilitates vincent-uniswap-swap-tool usage.",
"activeVersion": "1.0.0"
}