Skip to main content
Glama

moodle_list_announcements

Read-onlyIdempotent

Retrieves the announcements forum for a Moodle course, automatically locating the Announcements forum and listing its discussions.

Instructions

一门课的公告。公告就是课程里名为 Announcements 的论坛,会自动找到它再取讨论列表。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
courseIdYesMoodle 课程 id,从 moodle_list_courses 拿
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds valuable behavioral context: it automatically finds the Announcements forum and then retrieves the discussion list, which clarifies the internal process beyond what annotations provide.

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, compact sentence that front-loads the core purpose ('a course's announcements') and then efficiently explains the mechanism. Every word earns its place—no filler or redundancy.

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

Completeness5/5

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

For a simple tool with one parameter, clear annotations, and no output schema, the description is complete: it explains what the tool does, how it works (auto-finds the Announcements forum), and what it returns (discussion list). No additional context is needed for effective use.

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?

The schema has 100% description coverage for the sole parameter courseId, explicitly stating it is the Moodle course id obtained from moodle_list_courses. The tool description does not add further parameter semantics, so the baseline of 3 is appropriate.

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 lists announcements for a course, explaining that announcements are the forum named 'Announcements' and it automatically finds that forum and fetches its discussion list. This specific verb+resource combination distinguishes it from sibling tools like moodle_list_forums and moodle_get_forum_discussions.

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?

The description provides clear context that this tool is the dedicated way to get course announcements without manually locating the Announcements forum. It implies usage for announcements but does not explicitly name alternatives or exclusions, so it falls short of a 5.

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/r1ckyIn/unsw-mcp'

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