Skip to main content
Glama

Get template details

get_template
Read-onlyIdempotent

Retrieve detailed specs for a GPU template or variant: VRAM needed, hardware notes, web endpoint exposure, variants, and optional job definition. Verify hardware compatibility before deploying.

Instructions

Details of one template or variant: VRAM needed, hardware notes (e.g. MiniMax H3 needs a Blackwell GPU), whether it exposes a web endpoint, variants, and optionally the job definition it deploys.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
variantNoVariant id, e.g. "i2v-32gb".
templateYesTemplate id or name, e.g. "minimax-h3".
include_readmeNo
include_job_definitionNo

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destrictive behavior, so the description doesn't need to restate safety. It adds useful behavioral context by specifying what kinds of details are returned and noting that the job definition is included only optionally. No contradiction with annotations exists.

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?

One dense, front-loaded sentence states scope and then lists the return categories with a concrete hardware example. Every clause earns its place; there is no filler or repetition of the schema.

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?

There is no output schema, so the description carries the burden of explaining return content, and it does a reasonably complete job for the main detail fields. However, it omits the behavior of include_readme and doesn't clarify whether variant is meant to narrow a template or can be fetched independently. Those gaps matter for an agent trying to invoke this tool correctly.

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?

With 50% schema description coverage, the schema documents template and variant but leaves include_readme and include_job_definition undocumented. The description partially compensates by mapping 'optionally the job definition' to include_job_definition, but it never mentions include_readme or explains how template and variant relate.

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 'Details of one template or variant,' which identifies both the resource and the scope, then enumerates the exact detail categories returned: VRAM, hardware notes, web endpoint, variants, and optionally the job definition. This clearly separates it from list_templates and deployment-focused siblings.

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?

The description gives clear context: use this tool when you need details about a single template or variant, not for balances, GPU listings, or deployments. It stops short of explicitly naming alternatives or listing when-not-to-use cases, so it misses a full 5.

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