Skip to main content
Glama

MCP Server Discovery — new model-context-protocol repos ($0.01/query)

data_session_query

Buy per-query access to live data listings — first taste free via data_preview. Listing: ghmcp: new MCP servers on GitHub at 0.01 USDC per query (max 20 queries/session). Sequence: data_session_open → data_session_fund → data_session_query.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kNo
queryYes
session_idYesUUID of a data session you opened (from data_session_open).
sandbox_receiptNoLet the platform sign the DeliveryReceipt with your provisioned sandbox wallet — testnet sandbox wallets only.
delivery_receiptNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

With all annotations false (no read-only, idempotency, or safety hints), the description carries the disclosure burden. It adds genuinely useful behavioral context: the 0.01 USDC per-query cost and the 20-queries/session cap, which signal that this is a fund-consuming, non-idempotent operation. However, it omits failure/refund behavior and the receipt-signing mechanics tied to sandbox_receipt and delivery_receipt, which matter for a paid call.

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

Conciseness4/5

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

Three tight sentences with no filler: the core idea is front-loaded, the listing specifics (ghmcp, price, cap) occupy one sentence, and the workflow sequence another. The only structural weakness is that the 'Buy' framing in sentence one is slightly misleading, so the opening is not as accurate as it could be.

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

Completeness3/5

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

For a paid, non-idempotent tool in a three-step flow with five parameters and no output schema, the description covers the workflow position and cost economics well. But it leaves significant gaps: the meaning of k, the delivery_receipt flow, and any sense of what the query returns or what happens on failure. It is adequate for navigating the sequence but incomplete for invoking the tool correctly with all parameters.

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

Parameters2/5

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

Schema description coverage is only 40%, below the 50% threshold, so the description must compensate for the undocumented k, query, and delivery_receipt parameters — it does not. The description is entirely about workflow, pricing, and the listing; it adds nothing about what any of the five parameters mean, leaving the agent dependent on a sparse schema.

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

Purpose3/5

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

The description positions the tool via the sequence 'data_session_open → data_session_fund → data_session_query' and references the data_preview sibling, so an agent can roughly place it. However, the opening verb 'Buy per-query access' mischaracterizes the operation — the schema's own description says 'Run a prepaid query against a funded data session,' and purchasing is actually data_session_fund's role. The core action (running a query against a session) is implied by the sequence and name but never stated plainly.

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?

The explicit three-step sequence tells the agent that this is the final step, to be used only after data_session_open and data_session_fund. The phrase 'first taste free via data_preview' additionally routes the agent to the free alternative before paying. It lacks an explicit 'do not call before funding' exclusion, but the ordered workflow makes that condition strongly inferable.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.6/5.0
Disambiguation3/5

Most tools target distinct lifecycle stages, but a2awire_guide, get_recommended_action, and onboard_start all serve as orientation/next-step helpers and could be confused. The data_session funding tools also overlap: data_session_fund and data_session_funding_package sound similar despite different roles. Descriptions help, but the boundaries are not always crisp.

Naming Consistency4/5

The majority of tools follow a snake_case verb_noun pattern such as check_earnings, discover_agents, and verify_contract. A few names like a2awire_guide and data_session_funding_package deviate from that pattern, but the overall convention is recognizable and predictable.

Tool Count4/5

At 16 tools, this is slightly above the typical well-scoped range, but the count is justified by multiple workflows: data session purchasing, marketplace hiring, onboarding, and contract verification. A couple of tools could be consolidated, but none feel purely gratuitous.

Completeness3/5

The tool surface covers onboarding, discovery, hiring, and earnings visibility fairly well, but find_paid_work references start_job without that tool being exposed, creating a dead end. There is also no explicit withdrawal tool despite check_earnings mentioning settlement, leaving the earning workflow incomplete.

Resources