bulk_remove_tag
Remove a specific tag from multiple friends at once to streamline contact management.
Instructions
複数の友だちから一括でタグを削除する
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag_id | Yes | 削除するタグID | |
| friend_ids | Yes | 対象の友だちIDリスト |
Remove a specific tag from multiple friends at once to streamline contact management.
複数の友だちから一括でタグを削除する
| Name | Required | Description | Default |
|---|---|---|---|
| tag_id | Yes | 削除するタグID | |
| friend_ids | Yes | 対象の友だちIDリスト |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must disclose behavioral traits. It only states the basic operation (delete) but does not mention side effects, permissions, reversibility, or error handling. The destructive nature is implied but not clarified.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise sentence that efficiently conveys the core purpose. It is front-loaded and contains no extraneous information, though it could benefit from a slightly more structured breakdown.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the simplicity of the tool (2 params, no output schema), the description provides the minimum viable context. However, it lacks details on return values, error conditions, or constraints, which are not compensated by annotations.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% so baseline is 3, but the description adds no additional meaning beyond what the schema already provides. It does not elaborate on the parameters (tag_id, friend_ids) or their usage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states the action ('delete tags') and the scope ('from multiple friends'). It distinguishes from sibling tools like remove_tag_from_friend (single friend) and bulk_add_tag (add rather than remove).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit guidance is given on when to use this tool versus alternatives such as remove_tag_from_friend for single friends. The description only implies bulk operation without specifying constraints or prerequisites.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mediiiiium/mcp-jp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server