Skip to main content
Glama

metamodel_export_kn

Export a published MetaModel project as KN notation — a human-readable text spelling of the model: nested Component blocks, "Name: value" literals, "Name: expression" formulas, dotted cross-references. Deliberately lossy (rules, indicators, validations, table data and views are omitted). Useful for reading or diffing the engineering knowledge behind a project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tokenYesThe publish token of the project (from metamodel_list_projects)

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It does an above-average job by explicitly noting the export is 'deliberately lossy' and enumerating exactly what is omitted, while also summarizing the output style.

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?

Three sentences, each earning its place: the first states the action and output, the second flags important limitations, and the third gives the intended use case. The description is concise, well-structured, and front-loaded.

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 single-parameter tool with no output schema, the description covers the key concerns: what the output is, what it contains, what it omits, and why an agent would use it. It could add an explicit note about the return being a text/string, but the KN-notation description sufficiently implies it.

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?

Schema description coverage is 100%, so the baseline is 3. The description adds no parameter-specific meaning beyond what the schema already provides, but it does reinforce that the project must be published and that the token comes from metamodel_list_projects.

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 names a specific verb ('Export'), a specific resource ('published MetaModel project'), and a distinct output format ('KN notation'). It also lists what the output contains, which separates it from the sibling tools like list_projects or get_schema.

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 clearly states when this tool is useful: 'reading or diffing the engineering knowledge behind a project.' The explicit lossy caveat also implies when not to use it, though it does not name sibling alternatives directly.

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.