Skip to main content
Glama
Jungle-Grid

jungle-grid-mcp-server

Official

estimate_job

Estimate credit cost and GPU tier for a job to check affordability or compare optimization options before submission.

Instructions

Estimate the credit cost and GPU tier for a job before submitting it. Use this to check affordability or compare optimize_for options before calling submit_job.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workload_typeYes
imageYesDocker image to run.
model_size_gbNoApproximate model size in GB — drives tier selection.
disk_gbNoOptional managed-provider local disk override in GB. Leave unset to let Jungle Grid auto-size from model_size_gb.
optimize_forNo
latency_priorityNo
cost_priorityNo
gpu_typeNo
gpu_classNo
region_preferenceNo
region_modeNo
Behavior2/5

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

No annotations provided; description does not explicitly state non-destructive nature, side effects, or any constraints beyond the core function, leaving behavioral traits ambiguous.

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 succinct sentences front-load the core purpose and usage guidance, with no wasteful or redundant content.

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

Completeness2/5

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

Despite 11 parameters and no output schema, the description omits details about response format, parameter relationships, and required fields, making it incomplete for a complex tool.

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?

With only 27% schema description coverage, the tool description adds no parameter-level insight beyond mentioning optimize_for, failing to compensate for the many undocumented parameters.

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?

Description clearly states the tool estimates credit cost and GPU tier before job submission, distinguishing it from the sibling submit_job and other tools.

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

Usage Guidelines4/5

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

Explicitly advises to use before submit_job for affordability checks or comparing optimize_for options, providing clear context though not explicitly stating when not to use.

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

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