Skip to main content
Glama

flowzap

flowzap_create_playground

Create a shareable FlowZap playground URL. Set view to 'architecture', 'sequence', or 'mindmap' when appropriate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lngNoLanguage of the messages returned by this tool. Default: 'en'.
codeYesFlowZap Code to render
viewNoView mode. Default: 'workflow'.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It discloses that the result is a shareable URL, but does not state whether creating the playground has side effects, whether it requires authentication, whether the URL is persistent, or what happens if the code is invalid.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and front-loaded, with the core purpose in the first sentence. The second sentence adds view guidance, though it is somewhat vague; overall, there is no redundant text.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given that no output schema exists and no annotations are present, the description should explain more about the expected behavior, return format, and when to use this tool. It mentions the output is a shareable URL but omits side effects, prerequisites, and selection criteria relative to sibling tools.

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 the baseline is 3. The description adds a slight hint that the view parameter can be set to 'architecture', 'sequence', or 'mindmap' when appropriate, but this is too vague to meaningfully expand on the schema's own parameter descriptions.

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 states a specific verb and resource: 'Create a shareable FlowZap playground URL.' This clearly identifies the tool's function and distinguishes it from sibling tools like flowzap_validate or flowzap_export_graph, none of which involve creating a playground URL.

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

Usage Guidelines2/5

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

No guidance is given for when to use this tool versus the sibling alternatives such as flowzap_export_graph, flowzap_diff, or flowzap_validate. The only usage hint is 'Set view to ... when appropriate,' which is vague and does not explain when a particular view should be selected.

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.