Skip to main content
Glama

Set entity flags bulk

set_entity_flags_bulk

Flag or unflag many entities at once.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYesEntities to flag/unflag in one call.
flaggedNoDefault flag value applied to items that don't set their own.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior3/5

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

Annotations provide readOnlyHint=false and destructiveHint=false, which align with the description's flag/unflag behavior. No additional behavioral context (e.g., side effects or limitations) is added beyond the annotations.

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?

The description is a single, concise sentence with no unnecessary words, fully front-loading the purpose.

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 flag operation, the description is adequate, but it does not mention potential partial failures, entity type validation, or the fallback logic between top-level `flagged` and per-item `flagged`—though the schema covers this. No output schema exists, so no additional return context is needed.

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 coverage is 100%, with both `items` and `flagged` clearly documented. The description adds no extra semantic meaning beyond the schema, so the baseline score of 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?

The description 'Flag or unflag many entities at once' clearly states the specific verb (flag/unflag), resource (entities), and bulk nature, distinguishing it from the singular sibling tool set_entity_flag.

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

Usage Guidelines3/5

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

The description implies bulk usage via 'many entities at once' but does not explicitly contrast with the singular set_entity_flag or other alternatives, leaving some ambiguity about when to choose this tool.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources