get_sip
Retrieve complete Stacks Improvement Proposal content by number, including Clarity smart contract code for blockchain development standards.
Instructions
Get the complete content of a specific SIP (Stacks Improvement Proposal) by number, including any Clarity smart contract code.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
sipNumber | Yes | The SIP number (e.g., '009' for SIP-009 NFT standard, '010' for SIP-010 FT standard) |
Input Schema (JSON Schema)
{
"properties": {
"sipNumber": {
"description": "The SIP number (e.g., '009' for SIP-009 NFT standard, '010' for SIP-010 FT standard)",
"type": "string"
}
},
"required": [
"sipNumber"
],
"type": "object"
}