Skip to main content
Glama

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/noditlabs/nodit-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server