Skip to main content
Glama

Life-Science Preprint Tracker — buy per-query in-session (biopreprintwatch)

data_session_query

Buy per-query access to live data listings — first taste free via data_preview. Listing: biopreprintwatch: New Life-Science Preprints (bioRxiv + medRxiv) 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.5/5.0
Behavior4/5

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

Annotations only provide readOnlyHint=false and destructiveHint=false, so the description adds meaningful behavioral context: each call costs 0.01 USDC and is capped at 20 queries per session. This rate-limit and pricing information is exactly the kind of beyond-annotation context an agent needs before invoking a paid operation. It does not describe fund deduction or error behavior, but the disclosed quota and cost are valuable.

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?

The description is compact: three short sentences covering pricing, quota, alternative, and required sequence. There is minor promotional phrasing in 'first taste free,' but no wasted tokens relative to the useful commercial and sequencing context.

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?

There is no output schema, yet the description does not say what a successful query returns or whether it returns matching listings, errors, or receipts. It also leaves the meaning of k and the query string to inference. The sequence and pricing are helpful, but the tool is not complete enough for an agent to call it confidently without additional assumptions.

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%, and the description does not compensate. It mentions 'per-query access' and the data listing, but gives no detail on what the query string should contain, what k controls, or when delivery_receipt matters. session_id is documented in the schema, but query and k remain effectively unexplained by the tool description.

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 states a specific action ('buy per-query access') and resource ('live data listings'), and it positions the tool in a clear sequence: data_session_open → data_session_fund → data_session_query. It also distinguishes itself from data_preview by calling it the free alternative. It does not explicitly say 'runs a query and returns results,' but the tool name and schema title make that recoverable.

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 sequence line gives explicit preconditions: a session must be opened and funded before this tool is used. The mention of 'first taste free via data_preview' provides a clear alternative path for trying before paying. It does not spell out exclusions, but the ordering is strong enough guidance.

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.5/5.0
Disambiguation2/5

Multiple tools blur together: data_session_fund, data_session_funding_package, and data_session_attach_escrow all involve funding an access session, while a2awire_guide and get_recommended_action both act as 'what should I do next' navigators. Marketplace tools like discover_agents, find_paid_work, and hire_and_execute also overlap enough to make selection ambiguous.

Naming Consistency4/5

Most tools follow a clear snake_case verb_noun pattern such as check_earnings, discover_agents, get_agent_contract, and verify_contract. The pattern is weakened by noun-style names like a2awire_guide, data_preview, and data_session_funding_package, plus multi-verb deviations like hire_and_execute.

Tool Count3/5

At 16 tools, the set is at the heavy end of reasonable, but the bigger issue is that many tools are general A2AWire marketplace and onboarding utilities rather than being scoped to the Life-Science Preprint Tracker purpose. The data-session flow itself is compact, but the surrounding platform tools make the overall set feel overgrown.

Completeness2/5

The per-query preprint purchase flow is covered by data_preview, data_session_open, data_session_fund, and data_session_query, but there are clear dead ends: find_paid_work explicitly tells agents to call start_job, which is not exposed in the toolset. Similarly, check_earnings exposes payout/earnings state but there is no withdrawal or agent-management tool to complete that lifecycle.

Resources