search_sips
Search through Stacks Improvement Proposals (SIPs) to find blockchain standards and specifications matching your query for smart contract development.
Instructions
Search through all SIPs for content matching a specific query. Useful for finding standards related to specific topics.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | Search query (e.g., 'fungible token', 'NFT', 'metadata', 'cost analysis') |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "Search query (e.g., 'fungible token', 'NFT', 'metadata', 'cost analysis')",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}