Skip to main content
Glama

Nodit MCP Server

Official
by noditlabs

call_nodit_api

Access and interact with Nodit Blockchain Context APIs by specifying protocol, network, operationId, and request body. Verify API details beforehand using 'get_nodit_api_spec'.

Instructions

This function calls a specific Nodit Blockchain Context API using its operationId. Before making the call, it's recommended to verify the detailed API specifications using the 'get_nodit_api_spec' tool. Please note that using this tool will consume your API quota.

Input Schema

NameRequiredDescriptionDefault
networkYesNodit network to call. e.g. 'mainnet' or 'amoy'.
operationIdYesNodit API operationId to call.
protocolYesNodit protocol to call. e.g. 'ethereum' or 'polygon'.
requestBodyYesJSON request body matching the API's spec.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "network": { "description": "Nodit network to call. e.g. 'mainnet' or 'amoy'.", "type": "string" }, "operationId": { "description": "Nodit API operationId to call.", "type": "string" }, "protocol": { "description": "Nodit protocol to call. e.g. 'ethereum' or 'polygon'.", "type": "string" }, "requestBody": { "additionalProperties": {}, "description": "JSON request body matching the API's spec.", "type": "object" } }, "required": [ "protocol", "network", "operationId", "requestBody" ], "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