Skip to main content
Glama

get_my_official_exam_schedule

Read-onlyIdempotent

Retrieve your official USC exam schedule for any academic year by matching your Moodle course codes with official university calendars.

Instructions

Cruza los códigos de mis cursos Moodle con calendarios oficiales USC del año indicado.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
degree_keysNo
academic_yearYes

Schema Changelog

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

  1. Addedv0.11.0

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the description need not restate safety. It adds a little context about the cross-referencing operation, but does not disclose details like whether it requires prior authentication or what happens if degree_keys is omitted. Consistent with annotations, 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence with no fluff. It is front-loaded with the action, and every word contributes meaning. However, the word 'Cruza' is slightly idiomatic and could be more explicit, but overall it is concise.

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

Completeness2/5

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

For a read-only tool with two parameters (one optional), the description is thin. It does not explain degree_keys, the expected output, or any dependencies (e.g., being logged in, having Moodle courses). Given the low schema coverage and no output schema, an agent lacks key information to call it correctly.

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

Parameters2/5

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

Schema description coverage is 0%, so the description carries the burden of parameter explanation. It mentions the year indirectly ('año indicado') but does not explain degree_keys at all. An agent cannot infer the purpose or format of degree_keys from the description, leaving a significant gap.

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 clearly states the tool cross-references the user's Moodle course codes with official USC calendars for a given year. It goes beyond the tool name, specifying the data sources and the personalized nature ('mis cursos Moodle'), which helps distinguish it from siblings like get_official_exam_dates or search_exam_dates.

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 description implies usage for retrieving one's own exam schedule based on Moodle enrollment, but it does not explicitly state when to prefer this over alternatives (e.g., get_official_exam_dates for subject-specific queries). It provides some context but no exclusion criteria or guidance on degree_keys usage.

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/PabloPC05/mcp-usc'

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