Skip to main content
Glama

rynmesh_submit_work_order

Submit a signed work order to a provider node via the registry mailbox to request polling operations. Specify provider, capability, operation, and optional constraints to initiate execution.

Instructions

Submit a signed polling work order to a provider node through the registry mailbox.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsNo
operationYes
capabilityYes
expires_atNo
network_idNo
result_policyNo
idempotency_keyNo
max_credit_costNo
expires_in_hoursNo
provider_peer_idYes
input_content_idsNo
Install Server

TDQS

C2.9/5.0
Behavior3/5

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

With no annotations, the description carries the burden but only adds minimal behavioral context: the order must be signed, it is a polling work order, and delivery happens via the registry mailbox. It does not disclose side effects, idempotency, credit implications, or response behavior.

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 a single focused sentence with no filler, front-loading the action and object. It is efficient, though slightly thin for a tool with 11 parameters and nested objects.

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

Completeness1/5

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

For a tool with 11 parameters, nested objects, no output schema, and no annotations, this one sentence leaves major invocation gaps: what constitutes a signature, how to construct params or result_policy, and what the response will be. It is not sufficient for a correct call without substantial external knowledge.

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

Parameters1/5

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

Schema description coverage is 0% and the description maps to none of the 11 parameters. Required fields like provider_peer_id, capability, and operation are left completely unexplained, and the term 'signed' does not compensate for missing parameter-level meaning.

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 states a specific action (submit), a specific object (signed polling work order), and the delivery path (provider node via registry mailbox). This clearly differentiates it from related siblings like poll_work_orders or publish_work_result.

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 explicit guidance about when to use this tool versus related work-order tools such as poll_work_orders or publish_work_result, and no prerequisites are stated. The intended scenario is only implied by the verb and object.

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

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/yeogirlyun/rynmesh'

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