Skip to main content
Glama

t2000_chat

Run private inference on AI models with a prompt or full message list, billed to your t2000 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 (any funded account can mint one — agents.t2000.ai/manage or t2 agent onboard). 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 covers key behavior: private, billed, requires API key, model defaults, and prompt/messages override logic. It does not mention destructive side effects, which are expected to be absent.

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?

Four sentences with front-loaded purpose and key details. It is concise but could be slightly more structured. No wasted words.

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?

Given 5 parameters, no output schema, and no annotations, the description covers core functionality, prerequisites, and behavior. Missing details on return format, error handling, or rate limits, but adequate for a chat tool.

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%, so baseline is 3. The description adds value by explaining the model default, that prompt is a shorthand for a single user message, and that messages override prompt, going beyond schema info.

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 it runs private inference, is OpenAI-compatible, and mentions billing. It distinguishes from siblings like t2000_models for discovering model ids, providing a specific verb+resource scope.

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?

It explains when to use (private inference with credit) and prerequisites (T2000_API_KEY). It also contrasts with t2000_models for model IDs, but does not explicitly state when not to use or list alternatives for other tasks.

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