Skip to main content
Glama

host.agent.contacts

List your accepted contacts and every pending/decided contact request in either direction; status optionally narrows incoming/outgoing to one of pending, accepted, denied, expired.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNoFilter incoming/outgoing requests to this status; omit for all.
tenant_keyNoThe key `signup` returned. Required only when this connection carries no Authorization: Bearer header -- when both are present, the header wins.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.6/5.0
Behavior3/5

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

No annotations are provided, so the description carries full responsibility. It discloses the scope (accepted contacts and pending/decided requests) and the optional status filter, but does not mention whether the operation is read-only, any authentication requirements (beyond the tenant_key schema note), pagination, or rate limits. The 'List' verb implies read-only, but this is not explicitly stated.

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 a single sentence that front-loads the main purpose (listing contacts/requests) and then explains the optional status filter. It is efficient with no wasted words, though it could be slightly more concise by dropping the redundant 'in either direction' phrase already implied by 'incoming/outgoing.'

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?

Given the tool's simplicity (2 parameters, no output schema, no annotations), the description covers the essential behavior. However, it lacks any mention of the return format (e.g., array of objects) or pagination, and does not explain what 'decided' means in detail. An agent would know what tool to call but not what to expect back, leaving some ambiguity.

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 description coverage is 100% for both parameters. The description adds minimal semantic value beyond the schema: it reiterates that status filters 'incoming/outgoing' (already in schema) and does not explain tenant_key beyond what the schema says. Since coverage is high, the baseline of 3 applies; the description does not enhance parameter understanding.

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 a specific verb ('List') and resource ('accepted contacts' and 'pending/decided contact request in either direction'), and it distinguishes itself from siblings like contact_accept, contact_deny, and contact_request by focusing on enumeration rather than mutation. The scope and optional filtering are explicitly defined.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use it (listing contacts/requests) but does not explicitly mention alternatives or exclusions. It doesn't say 'use lookup for a single contact' or 'use contacts_import to add contacts.' While the context suggests it's the default list tool, explicit guidance on when not to use it is absent.

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