Skip to main content
Glama
NGS360

NGS360 MCP Server

Official
by NGS360

update_job

Update a batch job's status or metadata using the job UUID. Optionally set new status, log stream name, or viewed flag.

Instructions

Update a batch job's status or metadata.

Args: job_id: The job UUID log_stream_name: Optional CloudWatch log stream name status: Optional new status (SUBMITTED, PENDING, RUNNABLE, STARTING, RUNNING, SUCCEEDED, FAILED) viewed: Optional viewed flag

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYes
statusNo
viewedNo
log_stream_nameNo
Behavior2/5

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

No annotations are present, so the description carries the full burden. It does not disclose behavioral traits such as idempotency, side effects (e.g., triggers downstream actions), or permission requirements. The update nature implies mutation but not its specifics.

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 concise with a front-loaded purpose statement and a structured Args list. Each sentence earns its place, though the Args section could be more compact.

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?

Given the tool's complexity (4 parameters, 1 required) and no output schema, the description covers parameter details but omits what the function returns, how to interpret 'viewed', and any success/failure indicators. It is adequate but not thorough.

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?

With 0% schema description coverage, the description compensates by listing all four parameters with brief explanations. It clarifies required vs optional parameters and enumerates possible status values, adding meaning beyond the schema's type definitions.

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 'Update a batch job's status or metadata.' It uses a specific verb ('Update') and resource ('batch job'), and distinguishes from sibling tools like get_job and list_jobs by indicating it's a mutation operation.

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?

No guidance is provided on when to use this tool versus alternatives, nor are there any prerequisites, exclusions, or conditional usage notes. The description is purely functional.

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/NGS360/mcp-server'

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