get_nodit_api_spec
Retrieves the complete specification for a Nodit Blockchain Context API operationId. Provides the resolved details as a JSON string, requiring the operationId with chain prefix.
Instructions
Gets the fully resolved spec details for a Nodit Blockchain Context API operationId. Returns details as a JSON string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operationId | Yes | The operationId to get the resolved specification for. Must include the chain prefix in `{chain}-{methodName}` format (e.g., 'ethereum-eth_blocknumber', 'aptos-getAccount', 'ethereum-createWebhook'). Method-name-only input (e.g., 'eth_blocknumber') is rejected with guidance on the available chains. |