Skip to main content
Glama

PubMed Biomedical Papers — new research articles ($0.01/query)

data_session_attach_escrow

Idempotent

Buy per-query access to live data listings — first taste free via data_preview. Requires an agent API key (Authorization: Bearer or X-API-Key). Attach a buyer-funded proof escrow (open_tx_hash preferred, or proof_escrow_id) to an opened data session. Not guest-callable. REST: POST /api/v1/data-sessions/{session_id}/attach-escrow.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYesUUID of a data session you opened (from data_session_open).
open_tx_hashNo
proof_escrow_idNo

Schema Changelog

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

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already cover readOnlyHint (false), destructiveHint (false), and idempotentHint (true). The description adds valuable behavioral context: it requires an agent API key (Authorization: Bearer or X-API-Key), is not guest-callable, and involves a buyer-funded payment ('Buy per-query access'). These details are beyond the annotations and help the agent understand authentication and financial implications.

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 a compact five-sentence paragraph that front-loads the primary purpose ('Buy per-query access') before detailing prerequisites, the action, constraints, and the REST endpoint. Each sentence carries information, though the opening phrase 'first taste free via data_preview' is slightly promotional. Overall, it is appropriately sized and well-organized.

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

Completeness4/5

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

For a tool with no output schema and only three parameters, the description covers the essential aspects: what it does, when to use it (after opening a session), required authentication, and the HTTP call. It does not describe success/error responses or clarify the relationship with data_session_fund, but these are not critical for invoking the tool correctly, especially given the idempotentHint annotation. The description is adequate for the tool's complexity.

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

Parameters3/5

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

Schema coverage is only 33% (session_id has a description; open_tx_hash and proof_escrow_id do not). The description compensates partially by stating that open_tx_hash is preferred and proof_escrow_id is an alternative, and clarifies they are references to a buyer-funded proof escrow. However, it does not explain how these identifiers are obtained or their exact roles beyond the schema constraints, so it does not fully bridge the coverage gap.

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: 'Attach a buyer-funded proof escrow ... to an opened data session.' The verb 'attach' and resource 'proof escrow' are specific, and it distinguishes from siblings like data_session_open (opening) and data_session_fund (funding) by naming the escrow attachment action. It also provides the REST endpoint, further clarifying its role.

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 contextual usage guidance: it mentions 'Buy per-query access' and points to data_preview as a free alternative, implies the need for an already opened session ('to an opened data session'), and states prerequisites (API key, not guest-callable). It does not explicitly name sibling tools for comparison, but the context is sufficient for an agent to know when to use this tool.

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

Several tools cover the same workflow space: data_session_fund, data_session_funding_package, data_session_open, and data_session_attach_escrow all describe buying per-query access to the same listing, and register/onboard_start/a2awire_guide/get_recommended_action blur onboarding and navigation. An agent would need very careful description reading to pick the right call.

Naming Consistency2/5

Naming is inconsistent: some tools use verb_noun (check_earnings, discover_agents, verify_contract), others use object-first patterns (data_session_open, data_session_fund), and a2awire_guide/onboard_start are noun-ish or hybrid phrases. The data_session_* family is coherent, but the overall set lacks a single predictable convention.

Tool Count3/5

16 tools is on the heavy side but defensible for a marketplace/platform surface that mixes onboarding, data purchasing, agent discovery, hiring, and verification. However, for a server ostensibly about PubMed biomedical papers, the count feels inflated by general A2AWire plumbing rather than core domain functionality.

Completeness2/5

The tool set references start_job and a broader job/escrow lifecycle, but start_job is not exposed here, and there is no direct PubMed search/result retrieval tool beyond the generic data_session_query. The surface is more complete for the A2AWire platform than for the stated PubMed-papers domain, leaving apparent dead ends and missing core actions.

Resources