Skip to main content
Glama

Approve directional poses

approve_directional_poses

FREE approval checkpoint. Use only when get_job returns status:"waiting_approval", wizardPhase:"waiting-directional-pose-approval", and directionalPoseReview. Present every returned previewUrls to the user and let them adjust or review the proposed frameIndices and poseScales. If any remain unreviewed, get explicit confirmation to use those candidates as shown before submitting the complete returned index and scale maps. When directions is present, review only those four poses, choose unique indices 0–3, keep scale 100 and preserve unused map entries. Absent directions means eight poses. Closing or declining means do not call this tool: the job remains paused and no dependent animation credits are spent. The server rechecks the live credit balance immediately before resuming paid dependent animations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jobIdYesWaiting job id from get_job.
poseScalesNoApproved percent scale for every compass direction (70–115). Omit to keep the review values.
frameIndicesYesApproved source-frame index for every compass direction.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / poseScales
      Added value: +{
      +  "additionalProperties": false,
      +  "description": "Approved percent scale for every compass direction (70–115). Omit to keep the review values.",
      +  "properties": {
      +    "e": {
      +      "maximum": 115,
      +      "minimum": 70,
      +      "type": "integer"
      +    },
      +    "n": {
      +      "maximum": 115,
      +      "minimum": 70,
      +      "type": "integer"
      +    },
      +    "ne": {
      +      "maximum": 115,
      +      "minimum": 70,
      +      "type": "integer"
      +    },
      +    "nw": {
      +      "maximum": 115,
      +      "minimum": 70,
      +      "type": "integer"
      +    },
      +    "s": {
      +      "maximum": 115,
      +      "minimum": 70,
      +      "type": "integer"
      +    },
      +    "se": {
      +      "maximum": 115,
      +      "minimum": 70,
      +      "type": "integer"
      +    },
      +    "sw": {
      +      "maximum": 115,
      +      "minimum": 70,
      +      "type": "integer"
      +    },
      +    "w": {
      +      "maximum": 115,
      +      "minimum": 70,
      +      "type": "integer"
      +    }
      +  },
      +  "required": [
      +    "s",
      +    "se",
      +    "e",
      +    "ne",
      +    "n",
      +    "nw",
      +    "w",
      +    "sw"
      +  ],
      +  "type": "object"
      +}
  2. Added

TDQS

A4.9/5.0
Behavior5/5

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

The description discloses key behavioral traits beyond annotations: it is free, calling it resumes paid dependent animations, and the server rechecks the live credit balance immediately before resuming. It also explains that declining leaves the job paused and no dependent animation credits are spent. This adds substantial context about side effects and safety, complementing the annotations (readOnlyHint=false, openWorldHint=true).

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 dense and long, but every sentence carries a specific, actionable rule. It is front-loaded with the usage condition, followed by process, conditional rules, and negative consequences. Some sentences could be tightened or structured into bullet points, but there is no fluff; the length is justified by the complexity of the tool.

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

Completeness5/5

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

For a tool with no output schema and complex conditional behavior, the description covers all essential aspects: when to use, how to present previews, how to handle unreviewed candidates, special handling for directions present/absent, and consequences of not calling the tool. The server-side credit recheck is also disclosed, making the agent fully informed to call it correctly.

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

Parameters5/5

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

Although the schema has 100% coverage with descriptions for all parameters and nested object properties, the description enriches semantics with critical operational instructions: use unique indices 0–3, keep scale 100, preserve unused map entries, and let the user adjust or review the proposed frameIndices and poseScales. These are not apparent from the schema alone and are essential for correct parameter values.

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 identifies the tool as a 'FREE approval checkpoint' for directional poses in a job workflow, with the explicit purpose of submitting approved frameIndices and poseScales. It distinguishes itself from siblings by stating precise conditions under which it applies (status 'waiting_approval', wizardPhase 'waiting-directional-pose-approval', directionalPoseReview). The action is specific: present previewUrls, let the user adjust/review, and submit the maps.

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

Usage Guidelines5/5

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

Provides explicit usage conditions: 'Use only when get_job returns status...' and states the negative case: 'Closing or declining means do not call this tool'. It also distinguishes between when directions is present (four poses) versus absent (eight poses), giving clear routing guidance. This leaves no ambiguity about when to invoke the tool versus 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