Skip to main content
Glama

check_inbox

Retrieve pending clinks from your inbox to process actionable items, with options to filter by status, address, and auto-claim to prevent duplicate work.

Instructions

Check your inbox for pending clinks. By default shows clinks addressed to you or unaddressed. Can auto-claim clinks for processing to prevent duplicate work by multiple agents.

    Args:
        status: Filter by clink status. Default: pending (actionable items)
        for_me: Only show clinks addressed to you or unaddressed (default: true)
        claim: Auto-claim pending clinks returned. Use this when you intend to process the clinks immediately.
        limit: Maximum clinks to return (default: 10)
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNo
for_meNo
claimNo
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries full burden. It discloses key behavioral traits: the default filtering behavior ('shows clinks addressed to you or unaddressed'), the auto-claim functionality, and the prevention of duplicate work. However, it doesn't mention permission requirements, rate limits, or what happens when clinks are claimed.

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

Conciseness4/5

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

The description is appropriately sized and front-loaded with the core purpose in the first sentence. The parameter explanations are organized in a clear Args section. There's minimal waste, though the formatting with indentation could be slightly cleaner.

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 4 parameters with 0% schema coverage and no annotations, the description does an excellent job explaining the tool's purpose, parameters, and key behaviors. The presence of an output schema means return values don't need explanation. The main gap is lack of explicit guidance on when NOT to use this tool versus alternatives.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% description coverage, so the description must fully compensate. It provides excellent semantic context for all 4 parameters: explains what 'status' filters by, clarifies the meaning of 'for_me', describes the behavioral impact of 'claim', and specifies what 'limit' controls. Each parameter gets clear operational meaning beyond just its name.

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 clearly states the tool's purpose with specific verbs ('check', 'auto-claim') and resources ('inbox', 'clinks'). It distinguishes from sibling tools like 'get_clinks' by focusing specifically on the user's inbox and pending items, and from 'claim_clink' by combining listing with optional claiming.

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 provides clear context for when to use the tool ('check your inbox for pending clinks') and guidance on parameter usage ('Use this when you intend to process the clinks immediately'). However, it doesn't explicitly state when NOT to use this tool or name specific alternatives among the siblings.

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/Voxos-ai-Inc/clink-mcp-server-python'

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