Skip to main content
Glama

Rattlesnakes By Mail: AI Crawler Field Guide

Look Up A Crawler

lookup_crawler
Read-only

Look up a documented crawler on Rattlesnakes By Mail by name, slug, or user-agent string, and return identity fields, current claims, publication dates, and evidence URLs. Use lookup_crawler when the crawler is already named, or when the user agent is already known to belong to a documented crawler.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
name_or_uaYesA crawler name, slug, or full user-agent string.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description adds useful behavior: the lookup is restricted to documented crawlers and returns identity fields, current claims, publication dates, and evidence URLs. This is valuable context beyond the structured fields and matches the closed-world hint (openWorldHint=false), with no contradiction.

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 with no filler: the first front-loads the action and expected output, the second gives targeted usage guidance. Every clause earns its place.

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

Completeness5/5

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

For a single-parameter read-only lookup with strong annotations, the description is complete. It names the input format, the scope, and the output categories; since there is no output schema, enumerating the return fields is necessary and sufficient.

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 description coverage is 100%, and the parameter description already states 'A crawler name, slug, or full user-agent string.' The tool description repeats this without adding new semantic detail, so the baseline score of 3 is appropriate.

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 opens with a specific verb ('Look up'), a clear resource ('a documented crawler on Rattlesnakes By Mail'), and the acceptable lookup keys (name, slug, or user-agent string). It also lists the returned fields, making the tool's function unambiguous and distinct from siblings like identify_user_agent.

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?

The final sentence explicitly states when to use lookup_crawler: when the crawler is already named or the user agent is already known to belong to a documented crawler. This gives clear context and implicitly discourages use for unknown user agents, though it stops short of naming the alternative tool (likely identify_user_agent) explicitly.

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