Skip to main content
Glama

t2000_chat

Run private inference on confidential compute via OpenAI-compatible chat. Send a prompt or message list to generate responses, billed to your credit.

Instructions

Run private inference on t2000 Private Inference (OpenAI-compatible; ZDR by default, a phala/* tier is GPU-TEE confidential), billed to the user's t2000 credit. Requires T2000_API_KEY in the server env (mint one at agents.t2000.ai/manage). Pass a single prompt, or a full messages list. Discover model ids with t2000_models; defaults to the fast gpt-oss-120b.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNoModel id (default openai/gpt-oss-120b; see t2000_models)
promptNoUser prompt (shorthand for a single user message)
messagesNoFull message list (overrides `prompt` when present)
maxTokensNoMax output tokens
temperatureNoSampling temperature (0–2)
Behavior4/5

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

With no annotations, the description carries full burden. It discloses private inference, billing, environment requirement, defaults, and the prompt/messages override behavior. It does not cover rate limits or error handling, but for a chat tool the main traits are well covered.

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 (4 sentences) and front-loaded with the core purpose. It could be slightly more structured but every sentence adds value without redundancy.

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?

No output schema exists, but the description mentions OpenAI-compatible, implying the standard chat completion response format. It does not explicitly describe return values or error behavior, leaving some gaps for a tool with this complexity.

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?

Schema coverage is 100%, baseline 3. The description adds meaning by explaining the default model, the two input modes (prompt shorthand vs messages list), and the overall context of private inference billing. This goes beyond the schema's parameter descriptions.

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 the tool runs private inference on t2000, is OpenAI-compatible, and distinguishes from siblings like t2000_models. It uses specific verbs ('run private inference') and resources ('t2000 Private Inference'), making the purpose unmistakable.

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 explains when to use it (for inference), prerequisites (T2000_API_KEY), and input modes (prompt vs messages). It references t2000_models for model discovery but does not explicitly mention when not to use this tool, leaving some ambiguity.

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/mission69b/t2000'

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