Skip to main content
Glama
maximilianspitzer

fuxam-student-mcp

Explore Learning Options

explore_learning_options
Read-onlyIdempotent

Explore the full study plan and elective groups when you don't know module or LU names; filter by elective group or query to see bookable units, with partial results if sections are unavailable.

Instructions

Explore the catalog when the student does not yet know module or LU names. With no filters, returns the complete raw study plan, elective-group facets with module/current-LU counts, and concise summaries of all current bookable LUs. It tolerates an unavailable study-plan or catalog section and reports partial results in warnings. Call it again with electiveGroupIds to browse those categories or with query for thematic text search. Then use get_module_details and get_learning_unit_details for the shortlist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNo
electiveGroupIdsNoExact elective-group ids returned by a previous unfiltered call.
Behavior4/5

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

Annotations already establish a read-only, non-destructive, idempotent profile, so the description's job is to add behavior beyond that. It does: the 'tolerates an unavailable study-plan or catalog section and reports partial results in warnings' disclosure is genuinely valuable, since an agent would otherwise misinterpret missing data as a failure. It stops short of describing the warnings format or empty-result behavior.

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?

Five dense sentences, front-loaded with the trigger condition and then progressing logically through return payload, failure behavior, parametrization, and follow-up workflow. Every sentence earns its place and there's no filler; it's simply a lot of orchestration context for what is fundamentally a two-optional-param tool.

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 zero-required-param tool with no output schema and no enums, the description covers every key decision point: when to call, what you get, how it degrades, how to parameterize, and what comes next. The only gap is the unspoken boundary with the semantically overlapping siblings, which would complete the orchestration story.

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?

Schema coverage is exactly 50% — only electiveGroupIds gets a description, and query has just a default. The description compensates by assigning functional meaning to both: 'browse those categories' for electiveGroupIds and 'thematic text search' for query. Both params are optional strings, so the semantic burden is light, but the description still adds real meaning beyond the schema.

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?

States a specific verb and resource ('Explore the catalog') with a clear entry condition ('when the student does not yet know module or LU names') and details the unfiltered return payload (raw study plan, elective-group facets, bookable LU summaries). It stops short of explicitly naming its nearest siblings (search_fuxam, get_study_plan) to draw a boundary, so the differentiation is implied rather than stated.

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?

Opens with the selection condition (student doesn't know names) and closes with a follow-up workflow ('use get_module_details and get_learning_unit_details for the shortlist'), which routes the agent to the right next tool. However, it never explicitly contrasts against search_fuxam or get_study_plan, so the 'when not to use it / use X instead' guidance is absent.

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/maximilianspitzer/fuxam-student-mcp'

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