Skip to main content
Glama

Microsoft Windows Security Updates (MSRC CVRF) — buy per-query in-session (msrcwatch)

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

A3.5/5.0
Behavior4/5

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

Annotations already cover readOnly/destructive/idempotent hints, and the description adds meaningful context by requiring an agent API key and noting guest calls are not allowed. It also mentions the escrow must be buyer-funded and the session must already be opened. No contradictions with annotations.

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

Conciseness3/5

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

The description mixes marketing language ('Buy per-query access... first taste free') with technical requirements, making it longer than necessary. The REST endpoint line is redundant with the tool name. Core instructions are present but could be streamlined for clarity.

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?

Provides enough detail to attempt invocation: required session_id, preferred optional parameters, and prerequisites. However, it does not explain the relationship to data_session_fund or data_session_funding_package, nor describe expected output or error conditions. Given no output schema, more context would improve completeness.

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?

The schema documents session_id well and the tool description clarifies that open_tx_hash is preferred over proof_escrow_id. However, open_tx_hash and proof_escrow_id lack detailed schema descriptions, and the description does not explain how to obtain these values or the exact format of open_tx_hash. Partial compensation exists but gaps remain.

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?

Clearly states the action: attaching a buyer-funded proof escrow to an opened data session. The verb 'attach' and resource 'data session' are specific, and the description distinguishes this from previewing or querying. Slight ambiguity exists with the sibling data_session_fund, but the escrow attachment focus is evident.

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

Usage Guidelines3/5

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

Provides some usage context: 'first taste free via data_preview' and 'Not guest-callable' hint at when to use this tool versus alternatives. However, it does not explicitly name sibling tools like data_session_fund or data_session_funding_package, nor state a clear 'use this when' condition. The guidance is implied rather than explicit.

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

Multiple tools overlap heavily: data_session_fund, data_session_funding_package, and data_session_attach_escrow all seem to handle session funding, while discover_agents and find_paid_work serve nearly identical discovery purposes. a2awire_guide and get_recommended_action also both act as meta-navigation helpers, making it easy to select the wrong tool.

Naming Consistency3/5

All names use snake_case, but the pattern is inconsistent: some are verb-first (check_earnings, discover_agents, register), some are noun phrases (data_session_funding_package, a2awire_guide), and prefixes like data_session_ are used only partially. This makes the naming feel ad hoc rather than systematic.

Tool Count3/5

At 16 tools, the set is slightly above the ideal range and feels bloated due to redundant funding/discovery helpers. Condensing the overlapping session-funding and discovery tools would make the count more appropriate for the apparent workflow.

Completeness3/5

The core workflow of onboarding, funding, querying, and earning is covered, but the server name implies Microsoft Windows Security Updates content, and no tool clearly exposes update bulletins beyond the generic data_session_query. The toolset seems more oriented to a generic A2AWire marketplace than to the named MSRC CVRF domain.

Resources