fulfillment.get
FREE STATUS. Returns fulfillment identifiers and integrity binding but does not disclose paid result content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| idempotency_key | Yes |
FREE STATUS. Returns fulfillment identifiers and integrity binding but does not disclose paid result content.
| Name | Required | Description | Default |
|---|---|---|---|
| idempotency_key | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds meaningful behavioral context beyond annotations by stating the call returns identifiers and integrity binding while deliberately withholding paid result content, which is useful for setting agent expectations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is very short and front-loaded with 'FREE STATUS', followed by a single compact sentence defining the output scope. It wastes little space, though the cryptic leading phrase could be clearer.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a one-parameter, read-only tool with annotations covering safety, the description gives a minimal but workable picture: it is a free/status operation returning identifiers and binding, not paid content. It remains incomplete because it does not explain the meaning of idempotency_key in this context or disambiguate from the many sibling status/get tools.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema provides no description for idempotency_keyags, and schema description coverage is 0%. The description mentions 'fulfillment identifiers' but never explains that idempotency_key is the key used to identify the fulfillment, nor does it clarify how the key relates to the returned identifiers or integrity binding.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb and resource ('Returns fulfillment identifiers and integrity binding') and clarifies a boundary ('does not disclose paid result content'). The phrase 'FREE STATUS' adds ambiguity but does not collapse into a tautology, and the attention to what is not returned helps distinguish this from content-returning tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies this is a free/status-level lookup rather than a paid-content fetch, which gives some usage context. However, it does not explicitly say when to prefer this over close siblings like fulfillment.status, get_fulfillment_status, or purchase.status, nor does it state when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.