Skip to main content
Glama

aula_get_calendar

Retrieve school calendar events from Aula, including lessons, excursions, holidays, and special events. Filter by event type and date range to plan ahead.

Instructions

Get calendar events from Aula (school events, excursions, holidays, lessons, etc.).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filterNoWhich event types to include (default: all_except_lessons)all_except_lessons
days_backNoDays to look back (default: 3)
days_forwardNoDays to look forward (default: 14)
Behavior2/5

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

With no annotations provided, the description must disclose behavioral traits. It only says 'Get', which implies a read operation, but does not mention any side effects, authentication needs, rate limits, or whether the response is paginated. The absence of any detail beyond the action leaves a transparency gap.

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?

The description is a single, front-loaded sentence that directly states the purpose without extraneous words. It is appropriately sized for the tool's simplicity.

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

Completeness3/5

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

The tool has a simple schema with no output schema and no annotations. The description lists event types but does not explain return format, pagination, date range behavior, or when it is appropriate to use. It is minimally adequate but leaves gaps in context that could affect correct usage.

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%, so the baseline is 3. The description does not add any parameter-specific meaning beyond what the schema already provides (e.g., filter enum, days_back/days_forward with defaults and bounds). No additional semantic value is contributed.

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 identifies the tool's purpose with a specific verb ('Get') and resource ('calendar events from Aula'), and enumerates event types (school events, excursions, holidays, lessons). It is not vague, but it does not explicitly differentiate from sibling tools like aula_get_daily_overview, which could overlap in scope.

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?

The description provides no guidance on when to use this tool versus alternatives. It does not mention any exclusions, preferred contexts, or references to sibling tools, leaving the agent without direction for selection.

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/ilenhart/aula-mcp-server'

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