Skip to main content
Glama
Voxos-ai-Inc

@voxos-ai/clink-mcp-server

Official
by Voxos-ai-Inc

list_members

Retrieve the full member list for any Clink group, including names, roles, and join dates. Use this to audit team composition or identify who to contact.

Instructions

List all members of a Clink group. Shows member names, roles, and when they joined.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupYesThe group slug (e.g., "backend-team") or group ID
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It clearly indicates a read-only listing operation and describes the output shape, which is transparent for a simple list tool. However, it does not mention pagination, filtering, or permission requirements, which would add further context.

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 two concise sentences, front-loaded with the action ('List all members of a Clink group') and followed by the output summary. Every word earns its place, with no redundancy or fluff.

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 read-only list tool with one parameter, the description is adequate: it states the purpose and the output fields. It lacks mention of edge cases like inactive members, ordering, or pagination, but these are not critical for a basic list tool.

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?

The input schema already fully documents the 'group' parameter with a clear description (slug or ID). The tool description adds no additional parameter semantics beyond what the schema provides, so the baseline score of 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 clearly uses the specific verb 'List' with the resource 'members of a Clink group', distinguishing it from sibling tools like list_groups or get_proposal. It also specifies the output fields (member names, roles, and join date), making the tool's purpose unambiguous.

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 usage for viewing group membership ('List all members of a Clink group'), but it provides no explicit when-to-use guidance or alternatives. There is no mention of when not to use the tool or comparison with sibling tools.

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