Inspect Commerce Service
inspect_commerce_serviceInspect one existing commerce directory service.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serviceId | Yes | ||
| idempotencyKey | Yes |
inspect_commerce_serviceInspect one existing commerce directory service.
| Name | Required | Description | Default |
|---|---|---|---|
| serviceId | Yes | ||
| idempotencyKey | Yes |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The verb 'Inspect' semantically implies a read-only examination, yet readOnlyHint is false — a genuine conflict that could cause an agent to assume the tool is side-effect-free when the annotation says otherwise. The description also fails to disclose what the non-read-only behavior actually is, which is especially puzzling given the required idempotencyKey.
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 a single tight sentence with the verb front-loaded and zero wasted words. However, the brevity reflects under-specification rather than distillation, since it omits behavioral, parameter, and routing information.
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?
With no output schema, a non-read-only annotation, an unexplained required idempotencyKey, and 54 siblings, the description leaves too much unknown: return values, side effects, idempotency key purpose, and differentiation from discover/search tools. An agent cannot confidently invoke this tool correctly.
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?
Schema description coverage is 0%, so the description bears the full burden of explaining serviceId and idempotencyKey, and it explains neither. It never states what idempotencyKey is for, why an 'inspect' operation requires one, or how it should be generated beyond the 8–160 length constraint.
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 names a specific verb ('Inspect') and resource ('existing commerce directory service'), so the basic operation is identifiable. However, the meaning of 'inspect' is opaque — it doesn't say what inspection entails or returns — and nothing in the text distinguishes it from closely related siblings like search_commerce_services, discover_commerce_index, and get_verified_provider.
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?
No guidance is given on when to use this tool versus the 54 siblings. 'One existing' weakly implies the caller already knows a specific serviceId, but the description never states this precondition, never names discovery/search alternatives, and gives no exclusion criteria.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.