Skip to main content
Glama
nalancuchu

Librus Read-only MCP

by nalancuchu

get_announcements

Read-onlyIdempotent

Fetch school announcements (distinct from messages) for a student by ID and date range.

Instructions

Ogłoszenia szkolne (oddzielne od wiadomości).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaksymalna liczba rekordów.
date_toYesKoniec zakresu, YYYY-MM-DD.
date_fromYesPoczątek zakresu, YYYY-MM-DD.
student_idYesId lub login dziecka zwrócony przez list_students.
Install Server

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, openWorldHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is clear. The description adds no additional behavioral context such as pagination, ordering, or return shape, but it does not contradict the annotations either.

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 extremely concise, one short phrase that conveys the resource and its distinction from messages. No wasted words, though it could arguably include more action-oriented phrasing; still, it is efficiently sized.

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?

For a simple read-only listing tool with full schema coverage and safety annotations, the description is minimally adequate. It lacks any mention of return values or filtering semantics beyond what the schema offers, but given the low complexity and strong annotations, this gap is not critical.

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%, with each parameter (student_id, date_from, date_to, limit) having a description. The tool description adds no parameter-specific meaning beyond what the schema provides, so baseline 3 is appropriate.

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 resource as 'school announcements' and explicitly distinguishes them from messages, which helps differentiate from list_messages. Although it is a noun phrase rather than a verb phrase, the tool name 'get_announcements' supplies the action, so the overall purpose is clear.

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 notes that announcements are separate from messages, implying when to choose this tool over list_messages. However, it does not give explicit conditions or detailed guidance on when to use this versus other sibling tools, leaving usage context mostly implicit.

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

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/nalancuchu/librus-readonly-mcp'

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