Skip to main content
Glama
thenvoi

Thenvoi MCP Server

Official
by thenvoi

list_agent_contacts

Fetch approved mutual connections with handle, name, type, and description. Supports pagination with page and page size parameters.

Instructions

List the agent's contacts.

Returns contacts that have been approved (mutual connections).
Each contact includes handle, name, type, and description.

Args:
    page: Page number for pagination (optional).
    page_size: Number of items per page (optional).

Returns:
    JSON string containing the list of contacts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
page_sizeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description adequately discloses behavior: it lists approved mutual contacts, mentions returned fields (handle, name, type, description), and supports pagination. No contradictions.

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 concise, front-loaded with the main action, uses clear sections (Returns, Args, Returns), and every sentence adds value without redundancy.

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 simple listing tool with two optional parameters, the description covers purpose, return fields, and pagination. Output schema exists, reducing need for further detail.

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?

Input schema lacks parameter descriptions (0% coverage), but the description explains page and page_size as optional pagination parameters, adding meaning beyond the schema's type info.

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 'List the agent's contacts' and specifies they are 'approved (mutual connections)', distinguishing it from sibling tools like list_my_contacts or list_agent_peers.

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 indicates the tool returns only mutual contacts, implying use case for retrieving approved connections, but lacks explicit when-not or alternative tool guidance.

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/thenvoi/thenvoi-mcp'

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