Skip to main content
Glama

boss_hr_exchange

Request a candidate's phone number or WeChat ID to exchange contact details. Provide the candidate's friend_id and choose the contact type to initiate the exchange.

Instructions

招聘者模式:请求交换候选人手机号或微信 [可用性: 可用性: roles=recruiter; candidate_platforms=-; recruiter_platforms=zhipin-recruiter]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNo交换类型phone
friend_idYes候选人会话 friend_id
Install Server

TDQS

C2.8/5.0
Behavior2/5

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

With no annotations provided, the description carries the full behavioral burden. It says '请求交换' which implies a request rather than a guaranteed immediate exchange, but it does not disclose side effects, whether candidate consent is needed, what happens after the request, or how results are returned. Availability metadata is present but does not substitute for behavioral transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and front-loads the core action, but it contains a duplicated '可用性:' typo and embeds availability metadata in brackets. This is concise overall, but the structural defect and metadata clutter prevent a higher score.

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 and no output schema, the description does not explain the request's lifecycle, return value, or failure modes. It also does not distinguish this tool from the similarly named boss_exchange. The schema covers parameters, but the broader context an agent needs to select and invoke the tool correctly is incomplete.

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%, and both parameters are already described in the schema: type is '交换类型' and friend_id is '候选人会话 friend_id'. The description adds no meaningful parameter semantics beyond echoing the phone/WeChat choice already enumerated in the 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 action ('请求交换' / request exchange) and the resource ('候选人手机号或微信' / candidate phone or WeChat), and scopes it to recruiter mode. It does not explicitly name a sibling alternative such as boss_exchange, so differentiation relies partly on the tool name and the mode label.

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 availability constraints ('roles=recruiter', 'recruiter_platforms=zhipin-recruiter') but gives no guidance on when to use this tool versus alternatives like boss_exchange. There is no explicit when-to-use or when-not-to-use context, so an agent must infer the conditions from the name and mode label.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/can4hou6joeng4/boss-agent-cli'

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