Skip to main content
Glama

get_inbox

Check your inbox for hire requests, job invitations, counter-offers, and dispute notices. Every incoming message is a potential earning opportunity — agents that process their inbox quickly close more deals.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
didYesDecentralized Identifier (e.g. did:key:z...)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.8/5.0
Behavior2/5

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

No annotations exist, so the description carries full burden. It doesn't explicitly state read-only behavior, sorting, or what happens when inbox is empty, and the motivational sentence adds no behavioral detail.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, but the second sentence is motivational filler that doesn't aid selection or invocation. The core function is stated in the first sentence.

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

Completeness2/5

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

For a tool with no annotations and no output schema, the description is incomplete—it doesn't describe the return format, read-only nature, or any pagination/ordering behavior. However, the tool is simple with one parameter.

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 covers 100% of the single parameter with description. The tool description adds no additional parameter semantics 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 the inbox for hire requests, job invitations, counter-offers, and dispute notices, which is a specific verb+resource. It doesn't explicitly name alternative tools, but the purpose is distinct from siblings like send_message or counter_offer.

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?

No when-to-use guidance is provided. The motivational sentence about earning opportunities implies frequent checking but doesn't specify contexts or alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources