Skip to main content
Glama

boss_mark

Add or remove contact tags in BOSS Zhipin to organize candidates by stage, such as new greeting, in communication, interview scheduled, or not suitable.

Instructions

给联系人添加或移除标签(新招呼/沟通中/已约面/不合适/收藏等) [可用性: 可用性: roles=candidate; candidate_platforms=zhilian, zhipin; recruiter_platforms=-]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagYes标签名称
removeNo是否移除标签
security_idYes联系人的 security_id
Install Server

TDQS

B3.4/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It identifies the mutation (add/remove tag) but does not describe side effects, idempotency, overwrite behavior, permissions, or what happens when the remove flag is absent. This is thin for a write operation.

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 core sentence is concise and front-loaded with the action and resource, followed by useful tag examples. The availability block adds context but includes a duplicated '可用性: 可用性:' that makes it slightly noisy.

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?

For a simple 3-parameter mutation tool with full schema coverage, the description covers the basic operation and availability. However, it lacks explicit usage-selection guidance and deeper behavioral detail, so an agent may still need to infer how to route to it among many sibling contact tools.

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%, so the baseline is 3. The description adds example tag values but no semantic detail beyond what the schema already provides for tag, remove, and security_id.

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 states a specific action ('添加或移除标签') on a specific resource ('联系人') and gives concrete tag examples. It is clear, but it does not name or explicitly differentiate related sibling tools such as boss_shortlist_add or boss_favorites_list.

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 includes availability context (candidate roles on zhilian and zhipin, not recruiters), which helps an agent infer when the tool applies. It does not explicitly name alternatives or state when-not-to-use cases beyond the availability constraint, so it falls short of a 5.

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