austin_outcomes_summary

Pack: austin-animal-services · Endpoint: https://gateway.pipeworx.io/austin-animal-services/mcp

Summary counts of Austin Animal Center outcomes (adopted, transferred, reclaimed, euthanized, etc.) grouped by outcome type, animal type, or month. Use for “how many animals were adopted from Austin Animal Center”, “Austin shelter euthanasia rate”.

Parameters

NameTypeRequiredDescription
sincestringnoISO date (YYYY-MM-DD) — only count outcomes on/after this date. Omit for all available current-system data (since May 2025).
group_bystringnoHow to group the counts.

Example call

Arguments

{
  "group_by": "outcome_type"
}

curl

curl -X POST https://gateway.pipeworx.io/austin-animal-services/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"austin_outcomes_summary","arguments":{"group_by":"outcome_type"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('austin_outcomes_summary', {
  "group_by": "outcome_type"
});

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "austin-animal-services": {
      "url": "https://gateway.pipeworx.io/austin-animal-services/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build September 4, 2026