Skip to main content
Glama

HuggingFace New Dataset Release Tracker (hfdatasets)

data_session_query

Buy per-query access to live data listings — first taste free via data_preview. Listing: HuggingFace New Dataset Release Tracker (hfdatasets) 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

A3.6/5.0
Behavior4/5

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

The description discloses cost per query, the 20-query session cap, and the dependency on a funded session, which adds meaningful behavioral context beyond the neutral annotations. It does not describe what happens if funds run out or how delivery receipts affect the response, but the commercial, state-consuming nature of the call is clear.

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?

Three short sentences convey the paid nature, price, session limit, free alternative, and required sequence with no filler. The most important constraint, per-query cost, is front-loaded before listing details, making the definition easy to scan.

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

Completeness2/5

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

With no output schema and five parameters, the description should clarify what a successful query returns and how to form the query, but it does not. It offers good commercial and workflow context, but an agent is left guessing about query semantics, k, and receipts when invoking this paid tool.

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 low at 40%, and the description does not explain the central query parameter or the optional k and delivery_receipt parameters. The only parameter-relevant guidance is the implied origin of session_id from data_session_open; an agent still lacks semantics for the required query field and receipt-related options.

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

Purpose4/5

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

The description clearly identifies the tool as paid per-query access to live data listings and names the specific listing, price, and session sequence. It does not explicitly say 'run the query against the funded session,' slightly blurring the execution aspect, but the tool name, title, and sequence make its role distinguishable from data_session_open and data_session_fund.

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 description gives an explicit sequence — data_session_open → data_session_fund → data_session_query — and points users to data_preview for a free first taste. It does not state edge-case exclusions such as insufficient balance or when not to use the tool, but the staged flow provides clear when-to-use context.

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

B3.1/5.0
Disambiguation2/5

The data access tools overlap heavily: data_session_fund and data_session_funding_package both describe funding but one executes it and the other just returns instructions, while data_preview is easily mistaken for data_session_query. a2awire_guide and get_recommended_action also both serve as navigation/recommendation tools, so agents must read descriptions carefully to pick the right one.

Naming Consistency3/5

Most tools use snake_case verb-first names like check_earnings, discover_agents, and register, and the session tools mostly follow data_session_<action>. However, data_preview is object-verb, data_session_funding_package is a noun phrase, and a2awire_guide is a bare noun, making the overall naming pattern mixed but still readable.

Tool Count2/5

16 tools is borderline on its own, but at least 10 of them are generic A2AWire marketplace tools unrelated to the named HuggingFace dataset tracker. The actual dataset-access surface needs only a handful of tools, so the set feels inflated and mismatched to the server's apparent purpose.

Completeness2/5

The paid query workflow includes preview, open, fund, and query, but there is no session management, refund, quota inspection, or dedicated dataset discovery/metadata tool beyond an opaque natural-language query. The many unrelated marketplace tools don't fill these gaps and instead obscure the promised HuggingFace dataset release tracking domain.

Resources