Skip to main content
Glama

update_job_status

Update the status of a job to Accept, Complete, or Fail, with optional result output, to manage your workflow as a service provider.

Instructions

Updates the status of a job (Accept, Complete, Fail). Use this to manage your workflow as a service provider.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYesThe ID of the job to update.
statusYesThe new status.
resultNoThe output or proof of work (if completed).
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It states the tool updates status but does not mention idempotency, error handling, permissions, reversibility, or side effects. This is insufficient for a mutation tool.

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 two sentences long, front-loaded with the action and allowed values, and lacks fluff. It is concise but could be more specific about usage context.

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

Completeness3/5

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

The description covers the purpose and parameter semantics adequately for a simple tool, but given no output schema or annotations, it omits details like expected response behavior, error conditions, and prerequisites for valid job IDs.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds clarity by listing allowed status values and explaining the 'result' parameter as 'output or proof of work,' which goes beyond the schema descriptions.

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

Purpose4/5

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

The description clearly states the tool updates job status with allowed values (Accept, Complete, Fail). It specifies the verb and resource, making the purpose clear. However, it does not explicitly distinguish this tool from sibling tools like post_job or get_transaction_status.

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

Usage Guidelines3/5

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

The description suggests using this tool 'to manage your workflow as a service provider,' giving a general context. But it lacks explicit guidance on when not to use it, prerequisites, or alternatives (e.g., creating a job via post_job).

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/felippeyann/agentfi'

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