Skip to main content
Glama
cluic
by cluic

get_friends

Retrieve a list of WeChat contacts with options to specify quantity and download profile pictures for automation workflows.

Instructions

获取好友列表。参数: n (获取数量,默认10), save_avatar (是否获取头像,默认false)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nNo
save_avatarNo
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. While '获取好友列表' implies a read operation, it doesn't specify whether this requires authentication, has rate limits, returns paginated results, or what format the output takes. The description mentions two parameters but doesn't explain broader behavioral aspects.

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 appropriately concise with two sentences: one stating the purpose and another explaining parameters. It's front-loaded with the core functionality. While efficient, it could potentially benefit from slightly more context about the tool's behavior.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with no annotations, no output schema, and 0% schema description coverage, the description is incomplete. While it covers parameter basics, it doesn't address authentication requirements, rate limits, error conditions, or output format. Given the complexity of social data retrieval and the lack of structured documentation, more comprehensive description would be needed.

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?

With 0% schema description coverage, the description provides essential parameter information that compensates for the schema gap. It explains that 'n' controls the number of friends to retrieve with a default of 10, and 'save_avatar' determines whether to fetch avatars with a default of false. This adds meaningful semantics beyond the bare schema.

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's purpose as '获取好友列表' (get friends list), which is a specific verb+resource combination. However, it doesn't explicitly differentiate this tool from sibling tools like 'get_new_friends' or 'get_sessions', which might also retrieve friend-related information in different contexts.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. With sibling tools like 'get_new_friends' and 'get_sessions' that might retrieve similar or overlapping data, there's no indication of when this specific friends list retrieval is appropriate versus those other options.

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/cluic/wxauto-mcp'

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