Skip to main content
Glama
chrischall

pickuppatrol-mcp

by chrischall

pup_mark_defaults_reviewed

Clear the school's 'needs review' prompt by marking a student's default dismissal plans as reviewed. Confirm the action to update the record.

Instructions

Mark a student's default plans as reviewed, clearing the school's 'needs review' prompt. Requires confirm: true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNoMust be true to proceed. Without this, the tool returns a preview.
reviewedNoDefaults to true
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.2/5.0
Behavior4/5

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

With no annotations, the description carries the safety burden. It discloses that confirmation is required and that the operation changes state by clearing the needs-review prompt. It does not detail what the preview looks like or whether the action is reversible, but the core behavior is exposed.

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, action first, with no filler. The state-change effect and the confirmation requirement each earn their place.

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?

The description plus fully described schema provide enough for an agent to call the tool: purpose, effect, required confirmation, and parameter source. It lacks explicit mention of the preview behavior without confirm, but that is already in the schema's confirm parameter description.

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 all parameters. The description adds a small amount by explaining that confirm must be true and by relating the action to default plans, but it does not expand on the 'reviewed' parameter's semantics beyond the schema's 'Defaults to true'.

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 uses a specific verb ('Mark') and a specific resource ('a student's default plans'), and names the outcome ('clearing the school's 'needs review' prompt'). This clearly separates it from siblings like pup_set_default_plans, which set plan content rather than review status.

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 states the context for use: when a student's default plans need to be flagged as reviewed and the school's needs-review prompt cleared. It also gives a prerequisite (confirm: true), but it does not explicitly mention when to prefer this over sibling tools such as pup_set_default_plans.

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