Skip to main content
Glama

portal_inbox

List school portal inbox items including messages, events, and assignments. Filter by type or unread status to view specific updates.

Instructions

List inbox items (messages, events, assignments, etc.). Optionally filter by type.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filterNoFilter items by type. Defaults to 'all'.
Behavior3/5

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

No annotations are present, so the description must carry behavioral disclosure. 'List' clearly signals a read-only action and 'optionally filter by type' describes the primary behavior. However, it does not disclose output shape, ordering, pagination, or whether listing affects read/unread state.

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 communicates the operation and resource, with the optional-filter behavior appended. There is no filler, making it easy for an agent to parse quickly.

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 one-parameter list tool, the description covers the main call purpose and filter behavior. Yet with no output schema or annotations, it omits details about the returned item structure and any default sorting or limit, which an agent might need to interpret the response.

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%, so the schema already documents the filter parameter and its default. The description adds little semantic value beyond restating that filtering is optional; its mention of 'assignments' as an inbox item type could even be confusing because the filter enum does not include assignments.

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 states a specific operation (list) and resource (inbox items), and enumerates example item types (messages, events, assignments) that make the aggregation scope clear. It does not explicitly contrast with portal_messages or portal_assignments, but the 'inbox' framing separates it from those siblings.

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?

There is no guidance on when to use this tool instead of a sibling like portal_messages or portal_assignments. The intended use is implied by 'List inbox items', but no exclusions or alternatives are provided, so an agent must infer the boundary.

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