Skip to main content
Glama
Voxos-ai-Inc

@voxos-ai/clink-mcp-server

Official
by Voxos-ai-Inc

get_clinks

Retrieve clinks from your Clink groups with filters for group, time range, and limit. Use to review messages or check unread items.

Instructions

Get clinks from Clink groups. Can filter by group, time range, and limit. Use check_inbox for a quick unread check.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupNoFilter clinks to a specific group by slug (e.g., "backend-team") or ID. If not provided, returns clinks from all your groups.
limitNoMaximum number of clinks to return. Default 50, max 100.
sinceNoISO timestamp. Only return clinks after this time. Example: 2024-01-15T10:00:00Z
mark_readNoIf true, mark returned clinks as read. Default: false.
unread_onlyNoIf true, only return unread clinks. Default: false.
Behavior2/5

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

No annotations are present, so the description must disclose behavioral traits. It mentions filtering by group, time range, and limit, but fails to disclose that mark_read can mutate read status, a significant side effect. It also omits details about return format or ordering, leaving the agent without full behavioral awareness.

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?

Two sentences, front-loaded with the primary purpose. The second sentence provides a useful alternative pointer. No waste.

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?

With 5 parameters (including a mutating flag) and no output schema, the description is relatively brief. It covers filters but omits side effects, return structure, and edge-case behavior (e.g., mark_read with unread_only). More detail would 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?

Input schema covers all 5 parameters with detailed descriptions (100% coverage). The description summarizes group, time range, and limit filters but adds no new syntax or format details. Baseline 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?

The description uses the verb 'Get' with the resource 'clinks from Clink groups', clearly indicating a retrieval operation. It distinguishes itself from sibling tools like send_clink, claim_clink, and check_inbox by highlighting filtering capabilities and pointing to check_inbox as an alternative for quick unread checks.

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 explicitly directs users to check_inbox for quick unread checks, implying get_clinks is for more detailed, filtered retrieval. It does not enumerate other alternatives but provides clear context for when this tool is appropriate.

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'

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