Skip to main content
Glama

Coil Scanner

get_fulfillment_options

Storefront: digital delivery — instant, no fee.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
product_idsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

C2/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of disclosing behavior. It mentions 'instant, no fee,' which appears to describe the digital delivery option rather than the tool's behavior. It does not disclose whether this is read-only, what inputs are used, error conditions, or any side effects.

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

Conciseness2/5

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

The description is extremely short, but this is under-specification rather than effective conciseness. The fragment 'Storefront: digital delivery — instant, no fee' contains no actionable structure, no front-loaded purpose, and leaves out critical information needed to call the tool.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With one required parameter, no output schema, no annotations, and a very terse description, the tool is far from completely specified. The description does not explain what the tool returns, how product_ids should be used, or any context to differentiate it from the many get_* siblings.

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 one parameter, product_ids, with 0% description coverage, and the tool description does not mention it at all. The agent is left to infer that product_ids are the products for which fulfillment options are retrieved, but the description adds no semantic value beyond the parameter name.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Storefront: digital delivery — instant, no fee' gives some contextual scope (storefront, digital delivery, no fee) but lacks a verb or explicit statement of what the tool does. It vaguely implies fulfillment options for digital delivery, but the agent must infer the operation from the tool name rather than the description.

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?

There is no guidance about when to use this tool versus any of the many sibling tools, no conditions, and no mention of alternatives. The description is purely a label, so the agent cannot determine when this tool is appropriate.

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