Skip to main content
Glama
chrischall

pickuppatrol-mcp

by chrischall

pup_get_student

Read-only

Get a student's complete details and default dismissal plan for each weekday.

Instructions

One student in full, including the default dismissal plan for each weekday. Pass raw: true for the untouched API record.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rawNoReturn the unprojected API record instead of the summary
student_idYesStudent id, from pup_list_students

Schema Changelog

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

  1. First observedv0.1.2

TDQS

A4/5.0
Behavior4/5

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

Annotations already mark the operation as read-only. The description adds meaningful behavior by noting that the default response is a projected summary and that passing raw: true returns the untouched API record. It does not discuss auth or error behavior, but for a simple read-only fetch this is adequate.

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 short sentences with the core purpose front-loaded and the raw modifier placed second. There is no filler or redundant information.

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 simple read-only fetch by ID with full schema coverage, the description sufficiently communicates what the default output includes and how to get the raw record. It does not describe not-found or error behavior, but that is a minor gap given the tool's simplicity.

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. The description reinforces the raw: true behavior but does not add meaning beyond the schema's 'unprojected API record' wording. student_id is already described as coming from pup_list_students.

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 that the tool returns one student's complete record and specifically calls out the default dismissal plan per weekday, which is a distinctive resource detail. It is clearly distinguishable from sibling tools like pup_list_students and pup_get_school.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The phrase 'One student in full' implies use when a single student's detailed record is needed, and the dismissal plan mention signals a likely use case. However, it does not explicitly contrast this tool with alternatives such as pup_list_students or pup_get_plan, so the when-to-use guidance is mostly inferred.

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