Skip to main content
Glama

list_person_channels

Read-onlyIdempotent

Retrieve contact channels for a person using their ID, exact email, or display name. Ambiguous names cause failure; retry with email or ID.

Instructions

List contact channels for a person. Person accepts person ID, exact email address, or exact Huly display name; ambiguous names fail and should be retried with email or person ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
personYesa string that will be trimmed

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYesThe successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent.
warningsNoOptional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload.
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds value by detailing the behavior of the 'person' parameter (multiple formats, failure on ambiguity). This goes beyond what annotations provide, though it does not cover other aspects like pagination or permissions.

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—two sentences with no unnecessary words. It front-loads the core purpose and then provides essential usage details, making it efficient for an AI agent to parse.

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 list tool with one parameter and an output schema, the description covers core behavior and an edge case (ambiguity). However, it could mention whether pagination or sorting is supported, which would improve completeness.

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 description for 'person' is minimal ('a string that will be trimmed'), but the tool description adds significant meaning: it specifies the accepted formats (ID, email, display name) and the behavior for ambiguous names. This fully compensates for the schema's lack of detail.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool lists contact channels for a person, specifying the accepted identifier formats. It distinguishes from sibling tools like 'list_persons' and 'add_person_channel' by its resource (channels) and action (list), but does not explicitly contrast with them.

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 guidance on acceptable identifier types (ID, email, exact display name) and warns that ambiguous names fail, suggesting retry with email or ID. This helps the agent decide when to use this tool, but it does not mention when not to use it (e.g., for adding/updating channels).

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/dearlordylord/huly-mcp'

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