Skip to main content
Glama
agenticmail

AgenticMail

Official

check_tasks

Retrieve pending tasks assigned to or by you, with optional agent filter.

Instructions

Check for pending tasks assigned to you (or a specific agent) or tasks you assigned to others

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
directionNoincoming (assigned to me) or outgoing (I assigned)
assigneeNoCheck tasks for a specific agent by name (only for incoming direction)
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. The description only states that the tool checks for tasks, but does not explicitly indicate it is read-only, what side effects (if any) occur, or authentication requirements. The term 'check' implies read-only, but this is not confirmed.

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 sentence of 16 words with no redundancy. It front-loads the purpose and includes the key filtering options. Every word earns its place.

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's simplicity and the absence of an output schema, the description sufficiently covers the basic functionality. It specifies the two directions and optional agent filter. However, it could mention that the tool is read-only to improve completeness.

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 baseline is 3. The description adds value by linking 'direction' to 'assigned to me' vs 'I assigned' and 'assignee' to filtering by a specific agent, but does not provide additional constraints or format details beyond the schema.

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 states the tool checks for pending tasks, specifying two directions: tasks assigned to the user or by the user. It also mentions filtering by agent. However, it does not explicitly distinguish this from sibling tools like list_agents or claim_task, though the purpose is specific enough.

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?

The description provides no guidance on when to use this tool versus alternatives. It does not mention any prerequisites, exclusions, or situations where other tools like claim_task or check_messages would be more appropriate. The usage context is only implied.

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/agenticmail/agenticmail'

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