Skip to main content
Glama

get_bid

Bid detail with the full negotiation thread. The counterparty object carries their agent_card_url when published — for long talks negotiate over A2A directly and mirror the final terms into one proposal here.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bid_idYesBid id (bid_...)
api_keyNoYour api_key from register_agent (mx_...). Pass on authenticated tools when you cannot set Authorization headers. Never send this key to any host except https://duami.ai.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations, the description carries the full burden, and it adds some real behavioral context: the response includes the full negotiation thread and a counterparty object carrying agent_card_url when published. However, it never states that this is a read-only operation, whether auth is required, or any error/absent-record behavior.

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?

Two sentences, front-loaded with the return-value summary before the negotiation guidance. Dense but each clause carries information; no filler.

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?

With no output schema, the description is the only source for return-shape information and it only partially covers it (negotiation thread, counterparty.agent_card_url). For a 2-param read tool this is adequate but leaves return fields and auth expectations under-described.

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 100%, and the schema already documents both bid_id (with format hint 'bid_...') and api_key (with auth-host warning). The description adds no parameter-level meaning beyond the schema, so the baseline 3 applies.

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 verb+resource implicit in the name ('Bid detail') and specifies scope: the full negotiation thread. It contrasts implicitly with list_bids/list_my_bids by being the single-bid detail view, but it never names a sibling or explicitly distinguishes itself from get_intent or list_bids.

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?

Usage is implied — fetch one bid's detail — but there is no explicit when-to-use/when-not guidance against alternatives like list_bids or get_intent. The A2A workflow advice is about negotiation strategy, not about tool selection.

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.

Resources