Skip to main content
Glama

local_gpu_register_workflow

Recheck and immutably register a previously inspected ComfyUI workflow proposal by verifying its digest and confirmation.

Instructions

Recheck and immutably register one exact previously inspected ComfyUI workflow proposal.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmationYes
workflow_pathYes
proposal_digestYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries full burden. It discloses 'immutably' to indicate irreversibility, and 'recheck' implies verification, but it omits details about what confirmation entails, possible side effects, or error behavior. This is adequate but has clear gaps.

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, tightly worded sentence with no filler. It front-loads the action ('Recheck and immutably register') and immediately specifies the resource.

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?

While an output schema exists to cover return values, the description leaves many questions unanswered: the exact sequence relative to other tools, the meaning of 'confirmation', what 'recheck' involves, and the implications of immutability. For a tool with no annotations and 0% parameter coverage, it is under-specified.

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 description coverage is 0%, so the description must compensate for missing parameter meanings. It does not explicitly explain any of the three parameters. The phrase 'previously inspected workflow proposal' vaguely hints at proposal_digest, and 'register' could relate to confirmation, but no direct mapping is provided.

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 action ('recheck and immutably register') and the specific resource ('one exact previously inspected ComfyUI workflow proposal'). It differentiates from sibling tools by emphasizing 'previously inspected', which implies it must follow inspect_workflow.

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 phrase 'previously inspected' provides a clear precondition, indicating this tool is used after an inspection step. However, it does not explicitly name alternatives or state when not to use it, so it falls short of 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/zc4578980-tech/local-gpu-imagegen'

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