Skip to main content
Glama

Sonoma Animal Services

Sonoma Search Animal

sonoma_search_animal
Read-onlyIdempotent

Look up an animal at Sonoma County Animal Services by id, name, or breed. Use in_shelter_only=true to answer "is there a [breed] at the shelter right now" / "is there a lost husky at Sonoma County animal services" — an animal with no outcome yet is still in the shelter.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoAnimal name (partial match, case-insensitive).
breedNoBreed (partial match, case-insensitive), e.g. "Husky", "Pit Bull".
limitNoMax rows (1-200, default 20).
_apiKeyNoOptional — your own Socrata app token for higher rate limits. Omit to use the keyless endpoint.
animal_idNoExact animal ID, e.g. "A441880".
in_shelter_onlyNoIf true, only return animals that have not yet had an outcome (still at the shelter). Default false (returns full intake/outcome history).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, openWorldHint and destructiveHint=false, so safety is covered. The description adds genuine domain semantics beyond that: an animal with no outcome yet still counts as in the shelter, which changes how results must be interpreted. Rate-limit behavior is only implied via the _apiKey parameter, not narrated.

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 tight sentences: the first establishes the lookup capability, the second the key filter and its semantic consequence. No filler, front-loaded, and the example query phrasing maps directly onto a needed agent behavior.

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 6-parameter, no-required-args read tool with rich schema descriptions and a safety-covering annotation set, the description is nearly sufficient. It does not address what a result row contains or pagination/limit behavior, and there is no output schema to fall back on, leaving a small gap.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description earns above baseline by explaining what in_shelter_only actually means operationally ('no outcome yet is still in the shelter'), a nuance that directly affects interpreting the boolean filter and the returned rows.

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 (look up) and resource (animal at Sonoma County Animal Services) with the lookup keys (id, name, breed). It is clearly distinguishable from siblings like sonoma_outcomes_summary and sonoma_recent_intakes, which cover aggregate/history views rather than single-animal lookup.

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?

Gives a concrete usage context: use in_shelter_only=true for 'is there a [breed] at the shelter right now' queries. It does not, however, name an alternative sibling tool or state when not to use this one, so it falls short of full routing guidance.

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.