Nodit MCP Server

Official

get_nodit_api_spec

Retrieve fully resolved API specification details for a specific operationId on the Nodit Blockchain Context as a JSON string, enabling precise querying and interaction with blockchain ecosystems.

Instructions

Gets the fully resolved spec details for a Nodit Blockchain Context API operationId. Returns details as a JSON string.

Input Schema

NameRequiredDescriptionDefault
operationIdYesThe operationId to get the resolved specification for.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "operationId": { "description": "The operationId to get the resolved specification for.", "type": "string" } }, "required": [ "operationId" ], "type": "object" }
ID: q5mjbyhp2t