Skip to main content
Glama

GBG Loqate - Reach

Show Policy

show_policy
Read-only

Show full details for a specific decisioning policy.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesPolicy name: strict shipping standard or permissive

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

The annotations already declare readOnlyHint=true, so the read-only nature is covered. The description adds 'full details' but provides little behavioral context beyond that, such as whether the policy must already exist or how missing names are handled. No contradiction with annotations exists.

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?

The description is a single, front-loaded, purpose-focused sentence with no filler. Every word contributes to clarifying the tool's function.

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

Completeness4/5

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

For a simple, read-only, single-parameter tool with rich schema coverage and an informative annotation, the description is largely sufficient. It could be slightly more explicit about how to discover a valid policy name, but the sibling list_policies and parameter description cover that gap well enough.

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

Parameters3/5

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

Schema coverage is 100%, and the parameter description already explains that 'name' is a policy name with examples ('strict shipping standard or permissive'). The main description does not add additional parameter meaning, so the baseline of 3 applies.

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

Purpose5/5

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

The description uses a specific verb ('Show') and a clear resource ('full details for a specific decisioning policy'). It clearly differentiates from the sibling list_policies by emphasizing 'specific' rather than a listing operation.

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?

Usage context is implied: use this tool when you need full details for one known policy, while list_policies likely covers enumeration. However, the description does not explicitly state when to prefer this over siblings or mention any prerequisites, so the guidance remains inferential rather than explicit.

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.