Skip to main content
Glama

Adamik MCP Server

Official

getApiSpecification

Retrieve the complete OpenAPI specification for Adamik API to access detailed schemas, formats, and rules for blockchain transactions across 80+ networks, ensuring precise API integration and error handling.

Instructions

Get the comprehensive OpenAPI specification for the Adamik API covering 80+ blockchain networks. This provides authoritative reference for: • Exact request/response schemas for all transaction types (transfer, stake, unstake, claimRewards, convertAsset, etc.) • Complete chain family details (EVM, Cosmos, Bitcoin, Solana, Starknet, etc.) with supported features • Precise parameter formats (amounts in smallest units, address formats, token IDs, validator addresses) • Transaction encoding formats (RLP, PSBT, BOC, BCS, etc.) and signature requirements • Account state schemas (native/token balances, staking positions, rewards) • Error handling patterns and validation rules • Pagination support for large datasets Use this when you need exact API contract details for blockchain operations.

Input Schema

NameRequiredDescriptionDefault
refreshNoOptional: refresh the cached specification from API
sectionNoOptional: specific section like 'paths', 'components', 'schemas'. If not provided, returns full spec

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "refresh": { "description": "Optional: refresh the cached specification from API", "type": "boolean" }, "section": { "description": "Optional: specific section like 'paths', 'components', 'schemas'. If not provided, returns full spec", "type": "string" } }, "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/AdamikHQ/adamik-mcp-server'

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