Skip to main content
Glama
devenv

boris-mcp

by devenv

my_messages

Retrieve replies addressed to you, ordered oldest first. Use the 'since' cursor to fetch only new responses since your last check, ensuring gap-free backlogs.

Instructions

Replies addressed to you, oldest-first within a page. Poll this at the start of a session, the same way whats_new() polls the event log — if the owner answered a message you sent, it shows up here, never pushed.

since is a cursor: pass back the cursor a previous call returned (the id of the last reply in that page) and get only what arrived after it, oldest first. Keep polling while count == limit to drain the whole backlog gap-free. Isolation is structural, not a filter you can turn off: this only ever returns replies whose to matches your own resolved subject, which this server derives from your verified caller identity, never from an argument.

Tier: headhunter.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
sinceNo
Behavior4/5

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

With no annotations, the description fully covers behavior: returns only replies to you, oldest-first, cursor-based pagination, structural isolation, and identity derivation. It lacks explicit mention of authentication but implies it via 'verified caller identity'.

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 front-loaded with the purpose, followed by pagination details and isolation. It is slightly verbose but each sentence adds value, and the structure is logical.

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?

For a read-only tool with no output schema, the description covers core functionality, pagination, and isolation. It could mention return fields (e.g., reply structure), but overall it is complete enough for the agent.

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

Parameters4/5

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

Schema coverage is 0%, so the description adds meaning: explains 'since' as a cursor from previous calls and 'limit' as page size with default 20. This compensates well for the bare schema.

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 it returns replies addressed to you, oldest-first. It distinguishes from siblings like 'inbox' (all messages) and 'send_message' by focusing on replies to the user only, similar to 'whats_new' but for replies.

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 advises polling at the start of a session like 'whats_new'. It explains pagination with the 'since' cursor and how to drain the backlog. However, it does not explicitly list when not to use it or name alternative tools for other scenarios.

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/devenv/boris-mcp'

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