Skip to main content
Glama

What an AP exam is worth at UCI

ap_credit
Read-onlyIdempotent

Check what AP exam scores earn at UCI: units, GE categories, and cleared courses. Plan first-quarter enrollment or verify prerequisites.

Instructions

Look up what AP exam scores earn at UCI: units, elective units, GE categories and specific courses cleared. Use for incoming students planning a first quarter, or to work out whether an exam score already satisfies a prerequisite. The catalogueName in the output is the exact string check_prerequisites expects in apScores.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
examNoExam name or part of one, e.g. "Calculus BC", "Computer Science". Omit to list all exams.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, covering safety. The description adds value by detailing what the output contains (units, elective units, GE categories, courses) and the catalogueName integration point, which is beyond the annotations.

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 primary purpose is front-loaded, followed by usage context and a precise integration hint. Every sentence earns its place.

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?

For a simple read-only lookup with one optional parameter and no output schema, the description fully specifies the return content and how to use it with check_prerequisites. An agent has everything needed to invoke it correctly.

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 coverage is 100% for the single 'exam' parameter, and the schema description already explains the exam name/part and omit behavior. The tool description adds no extra parameter detail beyond what the schema provides, so a baseline 3 is 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?

States a specific verb ('look up') and resource ('what AP exam scores earn at UCI') with concrete output components (units, GE categories, courses). It differentiates from sibling check_prerequisites by noting the output feeds that tool, so an agent can distinguish them.

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?

Gives two explicit use cases: incoming students planning a first quarter and checking if an exam satisfies a prerequisite. It also explains how the output integrates with check_prerequisites. It doesn't explicitly state when not to use it, but the use cases are specific enough.

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