Skip to main content
Glama

owp_verify_work_order

Verify a work order's identity bindings and maintainer signature to confirm authenticity. Returns valid only if all bindings are well-formed, distinct, and the signature is valid.

Instructions

Verify a WorkOrder's identity bindings and maintainer signature.

Args: work_order_json: JSON string of the WorkOrder object.

Returns: {"valid": true} if all six key bindings are well-formed, distinct, and the maintainer's signature is valid.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
work_order_jsonYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the full burden and does substantial work: it explains the success return ('{"valid": true}') and the exact validation criteria (six key bindings well-formed, distinct, valid maintainer signature). It does not disclose invalid-input behavior or potential exceptions, which is a minor gap.

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 compact docstring with a clear one-line summary followed by standard Args/Returns sections. Every sentence provides necessary information, and there is no redundant or filler content.

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 single-parameter verification tool with an output schema, the description supplies the key context: the input format and the success criteria. It is slightly incomplete only in not covering invalid-result/error behavior, but the output schema likely covers the return shape.

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 coverage is 0% and the only parameter is documented as 'JSON string of the WorkOrder object,' which adds semantic meaning beyond the bare 'string' type. However, it does not describe the WorkOrder object's required fields or expected internal structure, leaving some ambiguity.

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 opens with a specific verb and resource: 'Verify a WorkOrder's identity bindings and maintainer signature.' This precisely identifies the tool's function and distinguishes it from sibling tools like owp_verify_signature, which verify raw signatures rather than full WorkOrder identity bindings.

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 description provides clear context that this is for WorkOrder-level verification, and the mention of 'WorkOrder' naturally scopes it against generic signature verification siblings. It does not explicitly list exclusions or alternative tools, but for a targeted verification routine the intended use case is reasonably clear.

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/dengyier/OpenWorkProof'

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