Skip to main content
Glama

block_asset_face

Block a detected face on an asset to exclude it from future matching. Creates a 'Blocked Face' tag to prevent unwanted face recognition results.

Instructions

Block a detected face crop on an asset (creates a "Blocked Face" tag and excludes from future matching).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID of the resource
face_idYes
Behavior4/5

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

With no annotations, the description carries the burden of disclosing behavior. It explicitly mentions creating a 'Blocked Face' tag and excluding the face from future matching, which are meaningful side effects beyond the tool name. It does not mention reversibility or permissions, but the core behavioral traits are transparent.

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, focused sentence that front-loads the action and resource, then adds a parenthetical with key side effects. Every word earns its place; no redundant information.

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 two-parameter tool with no annotations and no output schema, the description covers the main operation and effects, but leaves parameter semantics under-specified and does not mention any prerequisites, return values, or error conditions. It is adequate but not thorough.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 50% (only 'id' has a generic description). The description does not clarify what 'id' refers to (asset vs. face crop) or what 'face_id' means. The phrase 'detected face crop' hints at the relationship, but the description fails to compensate for the undocumented 'face_id' parameter, leaving significant ambiguity.

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 clearly states the action 'Block' on a specific resource ('detected face crop on an asset') and distinguishes from siblings by elaborating the effects: creates a 'Blocked Face' tag and excludes from future matching. This is specific and not a tautology, earning full marks.

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 when to use the tool (blocking a detected face crop) and the behavioral effect (excludes from future matching), but does not explicitly contrast it with similar tools like ignore_asset_face_toggle or tag_asset_face. No exclusions or alternative guidance is given, so it remains at an implied-usage level.

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/mediagraph-io/mediagraph-mcp'

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