Skip to main content
Glama
grantdehoog

penn-course-mcp

by grantdehoog

list_schedules

Retrieve saved schedules from your Penn Course Plan account, including schedule ID, name, semester, and section IDs.

Instructions

List the saved schedules in your Penn Course Plan account (requires auth).

Returns each schedule's id, name, semester, and the section ids it contains — handy for finding a schedule_id to update or delete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations provided, so description carries full burden. Discloses auth requirement and return fields. Adequately indicates it is a read-only operation without destructive effects, though not explicitly stating it is safe.

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 concise sentences with no wasted words. Front-loaded purpose, followed by return value and usefulness. Highly efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no parameters and presence of output schema, the description fully covers what an agent needs: action, auth requirement, return fields, and practical follow-ups. No gaps identified.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Input schema has zero parameters (coverage 100%), so the description need not explain parameters. Baseline 4 is appropriate; no additional param semantics needed.

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?

Clearly states 'List the saved schedules' and specifies the returned fields (id, name, semester, section ids). Distinguishes from sibling tools like save_schedule and delete_schedule by mentioning its use for finding a schedule_id to update or delete.

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?

Explicitly requires authentication. Contextually guides usage by noting it returns schedule IDs for subsequent update/delete operations. Does not explicitly state when not to use, but sibling names imply clear boundaries.

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

Install Server

Other Tools

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/grantdehoog/penn-course-mcp'

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