Skip to main content
Glama

Agent Decision & Evidence Tools (MCP + x402)

AgentLLM Basic inference

agentllm_basic
Read-only

OpenAI-compatible general chat and summaries for exactly 0.005 USDC per call. Run prepare_agentllm with tier basic first. Hard limits are 6,000 UTF-8 input bytes, 16 messages and 750 output tokens; upstream model and usage are disclosed and the result includes a signed receipt.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYes
systemNo
max_tokensNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
toolNo
errorNo
modelNo
usageNo
objectNo
chargedNoWhen present on an error, false means the failed result is uncharged.
choicesNo
createdNo
messageNo
missingNo
receiptNo
settledNoWhen present on an error, false means no settlement occurred.
unknownNo
acceptedNo
retryableNo
error_codeNo
extensionsNo
status_codeNo
did_you_meanNo
x402_serviceNo
missing_checksNo
partial_evidenceNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.8/5.0
Behavior4/5

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

Beyond the readOnlyHint and destructiveHint annotations, the description adds concrete behavioral details: fixed cost per call, hard input/message/output limits, upstream model disclosure, and a signed receipt in the result. This gives the agent useful expectations for invocation and response contents, without contradicting the 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 dense sentences front-load purpose and cost, then cover the prerequisite, limits, disclosure behavior, and receipt. Every clause carries decision-relevant information and there is no filler.

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?

For a 3-parameter tool with an output schema, the description covers purpose, prerequisite, pricing, hard limits, and response guarantees. It would benefit from explicitly naming the parameters and briefly distinguishing when to use micro/plus, but the essential invocation context is present.

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?

Schema description coverage is 0%, and the description does not explain `prompt`, `system`, or `max_tokens` individually. The OpenAI-compatible framing and hard limits map loosely to `prompt` and `max_tokens`, but `system` is entirely unaddressed, so the description fails to compensate for the missing schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific task ('OpenAI-compatible general chat and summaries'), the exact per-call price, and hard limits, so an agent knows what this tool produces. It identifies the basic tier and the required prepare step, but it does not explicitly contrast with agentllm_micro or agentllm_plus, so sibling differentiation is only implicit.

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 gives a clear prerequisite: 'Run prepare_agentllm with tier basic first.' It also scopes the tool to chat and summaries and provides cost information. However, it does not state when to prefer micro/plus or when not to use this tool, so alternative selection guidance is missing.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.