Skip to main content
Glama

wafle_gateways_test

Idempotent

Run a live read-only test against the gateway provider to confirm credentials work. Useful after creating or updating a gateway.

Instructions

Run a live credential test against the gateway provider. For MP it calls users/me; for Stripe it calls accounts/account; for transfer it returns ok.

Use after wafle_gateways_create or wafle_gateways_update (rotated creds). Read-only on the upstream provider.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gateway_idYes
Behavior4/5

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

Discloses provider-specific API calls and states it is read-only on the upstream provider, adding value beyond the annotations. Does not detail local side effects, but annotations already cover idempotency and read-only hints, so the added context is sufficient.

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?

Two sentences, front-loaded with the main action, followed by provider details and usage timing. Every sentence earns its place with no redundancy.

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 one-parameter tool with no output schema, the description provides good context on what it does, when to use it, and provider-specific behavior. It does not mention return values or failure modes, but the scope is appropriately covered.

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 has one required parameter (gateway_id) with no description (0% coverage). The description indirectly implies gateway_id by referring to wafle_gateways_create/update, but does not explicitly define it. This partially compensates for the lack of schema documentation.

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?

Description clearly states the tool runs a live credential test against the gateway provider, with provider-specific behavior (MP, Stripe, transfer). This distinguishes it from siblings like wafle_gateways_create or wafle_gateways_list.

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

Usage Guidelines4/5

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

Explicitly says to use after wafle_gateways_create or wafle_gateways_update for rotated creds, providing clear timing context. Does not explicitly mention when not to use or alternatives, but the sequencing guidance is strong enough for a 4.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/the33warehouse-tech/wafle-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server