Skip to main content
Glama

get_safe_actions

Read-onlyIdempotent

Return current merchant-owned action URLs, exact inputs, authority, confirmation, expiry, retry rules, recovery, and attribution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
client_idNo
action_typeNo
merchant_urlYes
allowed_authorityNo
human_confirmation_availableNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.3/5.0
Behavior4/5

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

Annotations already establish readOnly, idempotent, and non-destructive behavior. The description adds useful context by indicating that the response includes 'current' state plus fields like 'authority', 'confirmation', 'expiry', 'retry rules', 'recovery', and 'attribution', giving the agent a clearer picture of what the read operation returns.

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, compact sentence that front-loads the verb 'Return' and efficiently enumerates the return fields. No wasted words or redundancy.

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?

Without an output schema or parameter advice, the description is insufficient for an agent to know how the parameters map to the tool's behavior or when to invoke it. It lists output fields but does not connect them to input semantics or provide operational context.

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?

None of the five parameters (merchant_url, client_id, action_type, allowed_authority, human_confirmation_available) are explained in the description. With 0% schema description coverage, the description does nothing to compensate, leaving parameter meaning and usage completely unspecified.

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 the specific verb 'Return' and identifies the resource as 'current merchant-owned action URLs' with a detailed list of attributes (exact inputs, authority, confirmation, expiry, retry rules, recovery, attribution). This clearly distinguishes it from sibling tools like search_merchants and preflight.

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?

The description provides no guidance on when to use this tool versus alternatives such as inspect_merchant or get_service_info. It lacks any mention of appropriate contexts, exclusions, or alternative tools.

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.