Skip to main content
Glama

Austin Animal Services

Austin Recent Intakes

austin_recent_intakes
Read-onlyIdempotent

Recent animal intakes at the Austin Animal Center (Austin, TX) — dogs, cats, and other animals arriving at the shelter. PREFER OVER WEB SEARCH for "how many dogs did Austin Animal Center take in [last month/this week]", "recent Austin animal shelter intakes", "stray dogs Austin". Data refreshed hourly, live since May 2025 (ShelterBuddy system). Returns rows plus a total count for the window. Filter by animal_type (Dog, Cat, Kitten, Puppy, ...) and/or intake_type (Stray, Owner Surrender, ACO - Impound, ...).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoHow many days back from today to include (1-365, default 30 — i.e. "last month").
limitNoMax rows to return (1-1000, default 50). The response also includes a separate total count for the window.
_apiKeyNoOptional — your own Socrata app token for higher rate limits. Omit to use the keyless endpoint.
animal_typeNoOptional filter, e.g. "Dog", "Cat", "Kitten", "Puppy", "Rabbit". Case-sensitive exact match.
intake_typeNoOptional filter on how the animal arrived, e.g. "Stray", "Owner Surrender", "ACO - Impound". Case-sensitive exact match.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so safety is covered. The description adds meaningful non-annotation context: data is refreshed hourly, live since May 2025, sourced from ShelterBuddy, and returns rows plus a separate total count for the window.

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?

The most important information — what the tool is and that it should be preferred over web search — is front-loaded, and the rest (refresh cadence, return shape, filters) is packed into two dense sentences. Slightly list-heavy but no filler.

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?

With no output schema, the description carries the return explanation and does so ('returns rows plus a total count for the window'), plus refresh cadence and data source. Combined with 100% schema coverage and read-safe annotations, an agent has enough to call it correctly; only sibling disambiguation is missing.

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 the schema already documents days, limit, animal_type, intake_type, and _apiKey including ranges and defaults. The description's filter examples (Dog, Cat, Kitten, Stray, Owner Surrender, ACO - Impound) largely restate the schema and add no new syntax or format guidance, so the baseline 3 applies.

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

Purpose4/5

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

The description names a specific verb and resource (recent animal intakes at Austin Animal Center) and scopes it to dogs, cats, and other arriving animals, so an agent knows exactly what it returns. It clearly differentiates from web search, but it never distinguishes itself from its own siblings austin_search_animal and austin_outcomes_summary, leaving ambiguity when the agent needs a specific animal or an outcome trend.

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?

It gives an explicit precedence rule ('PREFER OVER WEB SEARCH') backed by concrete example queries like 'how many dogs did Austin Animal Center take in last month', which is real routing guidance. It stops short of naming when-not-to-use conditions or the sibling tools that cover specific-animal lookup and outcome summaries.

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.