Skip to main content
Glama
chrischall

pickuppatrol-mcp

by chrischall

pup_list_transportations

Read-only

List a school's dismissal options with their rules, including note requirements, car number usage, early dismissal status, and daily cutoff times. Use this before setting a dismissal plan.

Instructions

The dismissal options a school offers (bus, car pickup, walker, absent …) with the rules each one imposes: whether a note is required, whether it takes a car number, whether it is an early dismissal, and the daily cutoff time. Read this before setting a plan.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
school_idYesSchool id, from pup_list_students
include_inactiveNoInclude options the school has deactivated (default false)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.2

TDQS

A4/5.0
Behavior3/5

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

The annotations already declare readOnlyHint: true, so the description does not need to restate safety. It adds useful domain context about the returned rules and ordering guidance, but it does not disclose additional operational behaviors such as pagination, response size, or handling of inactive options beyond what the schema parameter indicates.

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?

The description is a single, focused sentence that front-loads the core purpose, enumerates the returned rule categories, and includes a practical directive. Every part earns its place, with no redundant or vague phrasing.

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 list tool with fully documented parameters and no output schema, the description explains what the agent will learn from the tool and when to call it. It could slightly improve by noting the include_inactive behavior or response shape, but these are not critical gaps given the schema and annotations.

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 both parameters are already documented structurally. The description adds no parameter-specific detail beyond what the schema provides, making the baseline score of 3 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 clearly identifies the resource (dismissal/transportation options for a school) and the kind of operation (listing/reading available options and their rules). It is specific enough that an agent can distinguish it from sibling tools like pup_list_students or pup_list_plans without opening the schema.

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 description explicitly tells the agent when to use this tool: 'Read this before setting a plan.' This provides actionable context for planning workflows and implies it should precede plan-modifying operations, though it does not explicitly name alternative tools or state when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chrischall/pickuppatrol-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server