Skip to main content
Glama
jaguarkyng

Jungle Grid MCP Server

by jaguarkyng

get_job_logs

Read-only

Retrieve paginated job logs with categories for platform/runtime vs workload output. If workload logs are empty for queued jobs, check get_job_events for scheduling events.

Instructions

Retrieve paginated job logs. Entries include category so platform/runtime logs can be distinguished from workload_stdout/workload_stderr. If workload logs are empty while a job is queued/starting, call get_job_events for platform scheduling events.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jobIdYes
limitNo
cursorNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes

Schema Changelog

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

  1. First observedv0.20.2

TDQS

A4.6/5.0
Behavior5/5

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

Beyond the read-only/non-destructive annotations, the description discloses that entries include a category field, that pagination is supported, and that workload logs can be empty during queueing/starting phases. These operational details help the agent interpret results correctly without contradicting annotations.

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?

Two concise sentences with no filler. The main purpose is front-loaded, the category detail earns its place, and the conditional routing is compact and clear.

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?

The description covers purpose, alternative routing, and relevant edge-case behavior, and an output schema exists to document return fields. The only missing context is more explicit pagination parameter details, but this is a minor gap given the schema and overall transparency.

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 description coverage is 0%, so the description must compensate. It adds only the 'paginated' concept, which implies limit/cursor semantics, but does not explain cursor format, limit defaults, or jobId requirements. The parameter names are self-explanatory to some degree, but the description leaves the pagination contract vague.

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-resource combination ('Retrieve paginated job logs') that immediately identifies the tool's purpose. It also distinguishes log categories and mentions get_job_events as a separate concern, making it easy for an agent to differentiate from siblings.

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

Usage Guidelines5/5

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

The description gives an explicit conditional usage rule: if workload logs are empty while a job is queued/starting, call get_job_events instead. This directly tells the agent when to choose an alternative, which is ideal usage guidance.

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/jaguarkyng/Jungle-Grid--mcp-server'

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