Skip to main content
Glama

Create Visual Blocker

create_visual_blocker
Read-onlyIdempotent

Creates a structured visual blocker payload to log visual bugs, supplying the data needed to record the blocker via state-memory-mcp.

Instructions

Generates a structured visual blocker payload. The calling agent should use the output to call state-memory-mcp:add_node to log a blocker.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectNoThe state-memory-mcp project name (defaults to current project)
descriptionYesDescription of the visual bug/blocker
visual_state_idYesID of the visual state where the blocker occurred
Behavior4/5

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

Annotations already declare the tool as read-only and idempotent. The description adds context that it only generates a payload and does not perform the actual logging, which is an important behavioral trait not captured by 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?

Two sentences, front-loaded with the core purpose, and every word earns its place. No fluff or 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?

For a simple payload generator with no output schema, the description explains the tool's role and the follow-up step. It doesn't detail the payload structure, but the input schema plus the reference to add_node provide enough context for an agent to proceed.

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 all three parameters are already documented with descriptions. The tool description adds no parameter-specific semantics, falling at the baseline of 3 for high schema coverage.

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 uses a specific verb ('generates') and resource ('structured visual blocker payload'), clearly distinguishing it from sibling tools that actually log, analyze, or modify visual states. It states exactly what the tool produces.

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 explicitly says the output should be used to call state-memory-mcp:add_node, giving a clear usage context. However, it doesn't mention when not to use it or alternative approaches, so it's a 4 rather than a 5.

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/putervision/vision-memory-mcp'

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