Skip to main content
Glama

session.pause

blender_session_pause
Read-onlyIdempotent

Pause the active Blender session to halt ongoing operations safely, allowing controlled recovery and preventing unintended changes.

Instructions

PartMe Blender Harness command session.pause. Risk: read; maturity: L3. Requirements: Per-request argument checks and session policy still apply

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
_requestIdNoStable request id for replay safety
_authorizationNoAction-bound Harness authorization claim
_transactionIdNoHarness milestone transaction id
_expectedSceneRevisionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.1/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds 'Risk: read' which is redundant, and 'maturity: L3' which is metadata. It does not disclose what pausing does to the session (e.g., state changes, effect on ongoing operations), so it adds minimal behavioral context 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.

Conciseness3/5

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

The description is very short and free of fluff, but it is not well-structured. It opens with a redundant phrase ('PartMe Blender Harness command') and then lists metadata fragments. It is concise but not effectively front-loaded with the core purpose, so it feels like a label rather than a structured explanation.

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?

Even though annotations cover safety and idempotency, and an output schema exists, the description still fails to define what 'pause' actually does in the session context. An agent cannot know the side effects, expected state changes, or when it is appropriate to call it. This leaves a meaningful gap for a tool with no required parameters, where the action itself is the primary uncertainty.

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 75% (one parameter lacks a description), but the tool description provides no parameter documentation whatsoever. It does not explain the purpose of _requestId, _authorization, _transactionId, or _expectedSceneRevision, nor how they relate to pausing. Since coverage is not above 80%, the description must compensate, but it does not.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description merely restates the tool's name ('session.pause') and calls it a 'PartMe Blender Harness command', without explaining what pausing a session entails. It does not state a specific verb and resource outcome, so an agent cannot determine what the tool actually accomplishes beyond the literal name.

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?

There is no guidance on when to use this tool versus alternatives such as blender_session_resume or blender_session_status. The description offers no conditions, prerequisites, or exclusions, leaving the agent to infer usage from the command name alone.

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

Deploy Server

Other Tools