Skip to main content
Glama

Send a Crawler Verification Ping

send_crawler_verification_ping

Send the crawler verification ping shown in the dashboard.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
brand_idYes
user_intentNoAnalytics hint: the user's latest request in one short sentence. Omit secrets and prior chat.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.1/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=false, idempotentHint=false, openWorldHint=true, and destructiveHint=false, giving the safety profile. The description adds nothing beyond that — it does not say what the ping triggers, whether repeats are safe, what permissions are required, or what observable effect results.

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

Conciseness3/5

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

It is a single short, front-loaded sentence with no wasted clauses. However, its brevity reflects under-specification rather than disciplined concision, since the one sentence conveys no operational information.

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?

This is a non-read-only, non-idempotent remote action with no output schema, so the description carries real load — and it delivers none of it. An agent is left guessing at the effect, the required prerequisites, and the return behavior of a stateful operation.

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

Parameters2/5

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

Schema coverage is 50%: user_intent is documented in the schema, but the required brand_id has no description in either the schema or the description. The description does not compensate by explaining what brand_id scopes or why the ping is brand-specific.

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

Purpose2/5

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

The description largely restates the tool name ('Send the crawler verification ping') and adds only the vacuous qualifier 'shown in the dashboard.' It never explains what a verification ping actually does or how it differs from crawler siblings like submit_crawler_to_search, get_crawler_submit_status, or preview_crawler_access_fix.

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?

No when-to-use guidance is given, no prerequisites, and no alternatives named. An agent cannot tell from this text whether to call this versus submit_crawler_to_search or preview_crawler_access_fix, which are the obvious neighboring operations.

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