Skip to main content
Glama

Get order status

order_status
Read-only

Retrieve the current state of a VIL ZERO PayPal order.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
orderIdYes

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?

Annotations already declare readOnlyHint=true and openWorldHint=true, so the safety profile is covered by structured data. The description adds only 'current state', which restates the read semantics and says nothing about auth requirements, rate limits, or error behavior for an unknown orderId. With annotations carrying the load, this adds essentially no behavioral context.

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

Conciseness5/5

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

One short sentence with zero filler, and the key resource qualifier ('VIL ZERO PayPal order') is front-loaded. Nothing is padded or redundant.

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?

There is no output schema, so the description should indicate what 'state' is returned (status values, amount, payer info) and what happens on an invalid orderId. It omits both, leaving the agent unable to interpret the response or handle failures.

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

Parameters2/5

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

Schema description coverage is 0% for the single required orderId parameter, so the description must compensate and does not — it gives no format, source, or example for the PayPal order identifier. An agent cannot tell from either field whether orderId is the PayPal order ID or an internal reference.

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?

States a specific verb (retrieve) and resource (the current state of a VIL ZERO PayPal order), so an agent can tell it is a read of order state rather than a capability or payment action. It does not explicitly contrast itself with siblings like report_payment or quote_purchase, but the named resource is specific enough to be recognizable.

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

Usage Guidelines2/5

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

No when-to-use guidance is given: nothing says when an agent should call this versus quote_purchase/report_payment, nor what preconditions exist (e.g. an order must already exist). The agent must infer all usage context from the tool name 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