Skip to main content
Glama

Sonoma Animal Services

Sonoma Recent Intakes

sonoma_recent_intakes
Read-onlyIdempotent

Recent animal intakes at Sonoma County Animal Services (Santa Rosa / Sonoma County, CA). PREFER OVER WEB SEARCH for "recent Sonoma County animal shelter intakes", "stray dogs Sonoma County". Filter by animal_type (DOG, CAT, ...) and/or intake_type (STRAY, OWNER SUR, ...).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoHow many days back from today to include (1-365, default 30).
limitNoMax rows to return (1-1000, default 50).
_apiKeyNoOptional — your own Socrata app token for higher rate limits. Omit to use the keyless endpoint.
animal_typeNoOptional filter, e.g. "DOG", "CAT". Case-insensitive.
intake_typeNoOptional filter, e.g. "STRAY", "OWNER SUR", "CONFISCATE". Case-insensitive.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnly, idempotent, non-destructive and open-world, so the safety profile is covered. The description adds only scope and the web-search preference; it says nothing about rate limits (beyond the schema's _apiKey note), data freshness/staleness, or result shape.

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

Conciseness4/5

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

Three short sentences, front-loaded with the resource and region before the usage preference. The quoted example queries are slightly redundant but still earn their place as routing cues.

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 read-only, keyless-optional list tool with no output schema, the description plus fully documented schema cover what an agent needs to call it. Missing only a note on how many/which records come back or sibling differentiation.

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%, so every parameter is already documented, giving a baseline of 3. The description only echoes the filter fields with example values (DOG, CAT / STRAY, OWNER SUR), adding marginal meaning beyond the schema.

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?

States a specific verb+resource ('Recent animal intakes at Sonoma County Animal Services') and scopes it geographically (Santa Rosa / Sonoma County, CA), which clearly separates it from the generic sonoma_search_animal sibling.

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 'PREFER OVER WEB SEARCH' with example queries, giving a clear when-to-use signal. It does not, however, name or contrast against the closest sibling (sonoma_search_animal or sonoma_outcomes_summary), leaving that routing to inference.

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.