Skip to main content
Glama
microqueryhq

microquery-mcp

Official
by microqueryhq

authenticate

Register with microquery.dev to store an API key locally. Optionally provide a wallet address to enable on-chain deposits. Call once before querying.

Instructions

Register with microquery.dev and store an API key locally. Call this once before using query(). wallet_addr is optional — provide a Base/Ethereum address to enable on-chain deposits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesDisplay name for the account (max 64 chars)
wallet_addrNoOptional 0x Ethereum/Base wallet address
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description effectively discloses behavior: it registers an account, stores an API key locally, and optionally enables on-chain deposits. This provides sufficient transparency for a setup tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise, well-structured sentences convey all necessary information with no waste. Front-loads the core instruction.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple authentication tool with no output schema, the description covers registration, call ordering, and optional parameter purpose completely.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with descriptions. The description adds value by explaining that wallet_addr enables on-chain deposits, which goes beyond the schema's generic 'Optional wallet address'.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Register with microquery.dev and store an API key locally.' It also distinguishes from sibling tools by noting it must be called before using query().

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly says 'Call this once before using query()', providing clear usage context. The optional wallet_addr parameter is explained. However, no when-not-to-use or alternative tools, but that's acceptable given the tool's unique role.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/microqueryhq/microquery-mcp'

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