Skip to main content
Glama

Get degree requirements

get_program_requirements
Read-onlyIdempotent

Retrieve complete degree requirement trees for UC Irvine majors, minors, specializations, or university-wide GE blocks to see what you still need for graduation.

Instructions

The full requirement tree for a major, minor or specialization, or the university's general undergraduate requirements (GE categories, unit minimums). Use for degree planning — 'what do I still need?'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNoProgram kind. Default major.
blockNoWith kind="ugrad", which university-wide block to fetch. Default GE.
programIdNoProgram id from list_programs, e.g. "BS-201". Omit with kind="ugrad" for university-wide requirements.
catalogYearNoCatalog year, e.g. "20262027". Defaults to the one in effect today; pass the year you matriculated under if different.
specializationIdNoOptional specialization id to include.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, openWorldHint=true, and destructiveHint=false, covering the safety profile. The description adds content scope (full requirement tree, GE categories, unit minimums) but does not elaborate on behavioral details like response size or the impact of catalogYear. No contradiction.

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 sentences with no filler. The core resource ('full requirement tree') is front-loaded, and the practical use case is stated concisely at the end.

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 query tool with five well-described parameters and safety covered by annotations, the description adequately conveys purpose and usage. It does not explain output shape, but 'full requirement tree' hints at the structure, and no output schema exists.

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% for all five parameters, including enum values and defaults. The description adds no parameter-specific meaning beyond what the schema already provides, so the baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves the full requirement tree for majors, minors, specializations, and general undergraduate requirements. It distinguishes itself from siblings like list_programs by emphasizing the complete tree and degree-planning context, though it does not explicitly name an alternative.

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 says 'Use for degree planning — what do I still need?' providing a clear when-to-use. It does not mention alternatives or exclusions, but the use case is specific enough to guide an agent.

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