Skip to main content
Glama

Nodit MCP Server

Official

get_nodit_aptos_indexer_api_spec

Retrieve the GraphQL specification for a specific query root in the Nodit Aptos Indexer API to streamline API interaction and data querying on the blockchain.

Instructions

Returns the GraphQL specification for a specific query root in the Nodit Aptos Indexer API.

Input Schema

NameRequiredDescriptionDefault
queryRootYesThe name of the query root to get the specification for. Use list_nodit_aptos_indexer_api_query_root to see available query roots.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "queryRoot": { "description": "The name of the query root to get the specification for. Use list_nodit_aptos_indexer_api_query_root to see available query roots.", "type": "string" } }, "required": [ "queryRoot" ], "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