Skip to main content
Glama

Get job result and logs

get_job_result
Read-onlyIdempotent

Retrieve deployment job logs and results by providing the deployment ID. Defaults to the latest job, simplifying troubleshooting and monitoring.

Instructions

Logs and results of a deployment job (latest job by default).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jobNoJob address; defaults to the latest job.
deployment_idYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already declare read-only, idempotent, non-destructive, open-world, so the safety profile is covered. The description adds 'latest job by default,' which is already in the schema's job parameter, and 'logs and results' tells the agent what to expect in return. It does not reveal whether jobs must be completed or how large logs might be, but given annotation coverage this is acceptable.

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 concise phrase that conveys the core function and default behavior with zero wasted words. It is front-loaded with the key output ('Logs and results').

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?

With no output schema, the description should carry more return-value context; 'logs and results' is a minimal but acceptable indication. Missing are the deployment_id/job relationship, whether jobs can be in-progress, and what a job result contains. The required parameter is clear from the schema, but overall completeness is adequate yet not strong.

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 50%, with only job described and deployment_id left bare. The tool description does not clarify deployment_id's meaning or its relationship to job, nor does it explain the format of a job address. The description adds little beyond what the schema already provides.

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 title supplies the verb 'Get' and the description names the resource: logs and results of a deployment job. The scope is clear (deployment job) and it notes the default of latest job, but it does not explicitly contrast with siblings like get_deployment or get_deployment_events.

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 given for when to choose this tool over get_deployment or get_deployment_events. The only hint is 'latest job by default,' which is more about default behavior than usage routing. There is no when-not-to-use or alternative recommendation.

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

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/SohniSwatantra/nosana-mcp'

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