Skip to main content
Glama

Discard workspace

roadflow_discard

Clear the in-memory workspace for this MCP session (does not delete cloud maps).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior2/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. It mentions that cloud maps are preserved, which is useful, but does not describe what happens to the session state, whether changes can be reversed, or if any confirmation is needed. For a destructive action, more transparency about consequences would be warranted.

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, tight sentence with no wasted words. Every clause earns its place: 'Clear the in-memory workspace' states the action, 'for this MCP session' scopes it, and the parenthetical 'does not delete cloud maps' adds a critical distinguishing detail.

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 zero-parameter tool with no output schema, the description is reasonably complete. The main gap is the absence of any mention of what happens after discarding (e.g., is the workspace empty, undefined, needs re-initialization) which would be useful given the tool's destructive nature, but the simple interface generally keeps completeness high.

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

Parameters4/5

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

The tool has 0 parameters, and the schema coverage is 100% (trivially, since there are no parameters). The baseline 4 applies for zero-parameter tools. There are no parameter details needed since none exist.

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 verb 'clear' with the resource 'in-memory workspace for this MCP session'. It distinguishes itself from related tools by explicitly noting it does NOT delete cloud maps, which differentiates it from persist-related operations among siblings like roadflow_export_* or roadflow_create_shared.

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 usage (when you want to clear session memory) but provides no explicit when/when-not guidance or alternative naming. The parenthetical note about cloud maps gives some context for what won't happen, but there's no explicit statement about when to use this vs. alternatives.

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