Skip to main content
Glama

bulk_remove_tag

Remove a single tag from multiple friends at once. Idempotent: ignores friends without the tag, no error.

Instructions

1件のタグを複数の友だちから一括解除する。付与されていない友だちが含まれていてもエラーにはならず無視される(べき等)。対象が1人だけなら remove_tag_from_friend の方がシンプル。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tag_idYes削除するタグID
friend_idsYes対象の友だちIDリスト
Behavior4/5

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

With no annotations, description covers idempotency and error handling (ignores non-tagged friends). Lacks info on invalid tag_id or return value, but sufficient for a simple removal.

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?

Three concise sentences in one paragraph, front-loaded with main purpose, then details and sibling comparison. No redundancy.

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?

Tools has no output schema and simple parameters. Description covers core behavior, idempotency, and alternative. Missing return value info but adequate for the complexity.

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 already describes both parameters fully (100% coverage). Description adds no new parameter-specific info; baseline 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?

Description clearly states it removes one tag from multiple friends (specific verb+resource) and distinguishes from sibling 'remove_tag_from_friend' by noting the bulk behavior.

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

Usage Guidelines5/5

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

Explicitly says when to use this tool (bulk case) and when to prefer the simpler remove_tag_from_friend for single target, plus notes idempotent nature.

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/mediiiiium/mcp-jp'

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