Skip to main content
Glama

me_quote

Quote either a standard ME request or a partner-scoped Capability Exchange order before spending.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
directionNo
objectiveNo
partner_idNo
constraintsNo
amount_centsNo
request_typeNo
input_payloadNo
capability_codeNo
idempotency_keyNo
organization_idNo
required_responsesNo
target_reliabilityNo
max_latency_secondsNo
operating_mandate_idNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.8/5.0
Behavior2/5

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

No annotations are provided, and the description does not disclose side effects, permissions, or whether the tool is read-only. Since the description says 'before spending', it implies no actual expenditure, but this is not explicit, and there is no information about idempotency or other behavioral aspects.

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 single sentence, direct and to the point, without unnecessary verbosity. It effectively communicates the core function in a compact manner.

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?

Given the high parameter count and lack of output schema, the description is insufficient for an agent to understand the full context of how to use the tool. It does not explain what a 'standard ME request' or 'partner-scoped Capability Exchange order' entails, nor does it describe the expected return value or edge cases.

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

Parameters1/5

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

The schema has 14 parameters with zero description coverage in the provided description. Many parameters (e.g., objective, constraints, input_payload, required_responses) are not self-explanatory, and the description does not explain any of them, making it very difficult for an agent to correctly populate them.

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 states the tool's purpose as quoting, and it distinguishes between two types of requests (standard ME request and partner-scoped Capability Exchange order), providing a moderate level of specificity. However, the meaning of these two categories is not fully explained, which slightly reduces clarity.

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?

The phrase 'before spending' provides some usage guidance by indicating when to invoke this tool. It does not explicitly compare to sibling tools like me_public_quote or me_compare, so the agent must infer the appropriate context from the description alone.

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