Skip to main content
Glama

Get Enrolled Courses

virtuale_get_enrolled_courses
Read-only

Retrieves enrolled courses for an authenticated Virtuale user, with filters for classification, sorting, and custom fields.

Instructions

Calls local_uniboapi_get_enrolled_courses_unibo for the authenticated user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNofullname
limitNo
offsetNo
session_idNo
classificationNoall
customfieldnameNoaa
customfieldvalueNo
Behavior2/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true. The description adds no additional behavioral context, such as authentication requirements, rate limits, or what happens if the session is invalid.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

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

The description is a single vague sentence that provides no valuable information beyond the tool name. It is under-specified rather than concise.

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

Completeness1/5

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

Given the high parameter count (7, all optional with defaults) and no output schema, the description is completely inadequate. An agent cannot determine what the tool returns, how to filter or paginate, or how it relates to other tools.

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

Parameters1/5

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

With 0% schema description coverage, the description must explain the parameters' meaning. It does not mention any of the 7 parameters (sort, limit, offset, session_id, classification, customfieldname, customfieldvalue), leaving the agent to infer their semantics from names and enums only.

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

Purpose2/5

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

The description only states that it calls a local API for the authenticated user, but does not clarify what data is retrieved. The name 'get enrolled courses' suggests the purpose, but the description fails to confirm this or state the resource returned.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus its many siblings (e.g., virtuale_get_course_state, virtuale_get_resource). There is no mention of prerequisites, context, or alternatives.

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/gattaa/uniboh'

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