Skip to main content
Glama

metamodel_compute

Read-only

Run a computation on a MetaModel project. Send input values and get computed outputs from all models. Inputs are auto-routed to the correct model by property name. Models marked "presentation": true in results are display scaffolding, not engineering outputs. Use metamodel_get_schema first to discover available inputs and outputs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNoTarget a specific model by name. When omitted, returns outputs from ALL models (recommended).
tokenYesThe publish token of the project
inputsNoInput values as key-value pairs (e.g., {"width": 12}). Auto-routed to the correct model. Omitted inputs use defaults.

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already indicate readOnlyHint=true. The description adds context about auto-routing of inputs and that presentation models are display scaffolding, which are behavioral nuances beyond annotations. No contradictions.

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?

Four sentences, front-loaded with the main purpose, no filler. Every sentence adds essential information. Highly efficient.

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?

Given no output schema, the description adequately explains that outputs are computed results from all models and notes presentation scaffolding. Could be more explicit about output format, but overall sufficient for the tool's 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 covers 100% of parameters with descriptions. The description adds value by explaining 'Inputs are auto-routed to the correct model by property name' and reinforcing that omitted inputs use defaults. This supplements the schema.

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 starts with 'Run a computation on a MetaModel project,' clearly stating the verb and resource. It adds specifics about auto-routing inputs and distinguishing presentation models from engineering outputs, making the purpose distinct from sibling tools (get_schema, list_projects).

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 using metamodel_get_schema first to discover inputs/outputs, providing a clear prerequisite. However, it lacks explicit 'when not to use' guidance, but given the sibling set, the usage context is clear.

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.

TDQS

A4.3/5.0
Disambiguation5/5

Each tool has a distinct, non-overlapping purpose: listing projects, fetching schema, and running computations. The workflow is clear and sequential.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with the same prefix 'metamodel_', making them easy to distinguish.

Tool Count5/5

With only 3 tools for a focused modeling service, each earns its place. The count is ideal for discoverability and straightforward usage.

Completeness5/5

The tool set covers the full lifecycle for the server's purpose: discover projects, inspect schema, and run computations. No obvious gaps for a read-only computational service.