Skip to main content
Glama

portal_get_message

Fetch a message's full content by its ID, enabling parents and students to view complete message details from the school portal.

Instructions

Get the full content of a single message by its ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesMessage ID (numeric, from portal_messages).
Behavior3/5

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

No annotations are present, so the description carries the burden. 'Get' implies a read-only operation and 'full content' indicates what is returned, but the description does not disclose response format, error behavior, permissions, or whether related data such as attachments or thread context is included.

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, front-loaded sentence with no filler. Every word contributes to understanding the tool's purpose and invocation.

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?

For a simple one-parameter read tool, the description plus the fully documented schema are nearly sufficient. The only real gap is lack of details about the return payload, but for a simple getter this is a minor omission rather than a blocking gap.

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 coverage is 100% and the only parameter, id, already has a meaningful description ('Message ID (numeric, from portal_messages)'). The tool description adds no new parameter semantics beyond what the schema provides, so the baseline of 3 applies.

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?

States a specific verb ('Get'), a specific resource ('full content of a single message'), and the key identifier ('by its ID'). This clearly distinguishes it from sibling tools like portal_messages or portal_send_message.

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 makes clear this is for retrieving the full content of one message when an ID is available. It does not explicitly state when not to use it or name alternatives, but the context is unambiguous and the ID reference implies a prior listing step such as portal_messages.

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/thewulf7/edookit-legacy-mcp'

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