Skip to main content
Glama
khairu-aqsara

Moodle Developer Documentation MCP Server

get_versions

Retrieve available Moodle versions from the developer documentation. This helps identify which versions are documented.

Instructions

Get available Moodle versions in the developer documentation

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations are absent, so the description must disclose behavior. It confirms a read operation but lacks details about caching, error handling, or scope (e.g., all versions or just recent). While not misleading, it does not go beyond the bare minimum.

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?

A single sentence that is front-loaded with the verb and resource. Every word serves a purpose, and there is no redundant information. It is as concise as possible while being clear.

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?

Given the tool has no parameters and no output schema, the description adequately states the purpose. However, it does not hint at the structure of the versions (e.g., list of version strings) or any constraints, leaving minor gaps for an agent expecting more detail.

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?

The input schema has no parameters, and schema coverage is 100% by default. The description adds value by stating what the tool returns ('available Moodle versions'), which is not evident from the empty schema. No further param explanation needed.

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 uses a specific verb ('Get') and resource ('available Moodle versions'), clearly distinguishing it from sibling tools like fetch_page or search_docs. It immediately conveys what the tool returns without ambiguity.

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?

No explicit guidance on when to use this tool over siblings or under what conditions. The description is minimal and does not mention alternatives or exclusions, though the use case is straightforward for a zero-parameter retrieval tool.

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/khairu-aqsara/moodle_dev_mcp'

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