Skip to main content
Glama
Valar05
by Valar05

export_artifacts

Verify the immutable manifest and export a deterministic review bundle for motion tracking artifacts.

Instructions

Verify the immutable manifest and export a deterministic review bundle.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_pathYes
destination_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

Without annotations, the description must disclose behavioral traits. It hints at 'verify' (read-only check) and 'export' (write action), but does not clarify side effects, required permissions, or whether the manifest is modified. The description is insufficient for safe invocation.

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 a single sentence with no fluff, making it concise. However, it could be slightly more structured or informative without losing brevity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is too brief given the tool's complexity (2 parameters, output schema present). It omits context like what kind of artifacts, how verification works, and what the bundle contains. The presence of an output schema reduces the need to explain returns, but other gaps remain.

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?

The description mentions neither job_path nor destination_path. With 0% schema description coverage, it fails to explain the parameters' roles or provide constraints beyond their names.

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

Purpose3/5

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

The description says 'verify the immutable manifest and export a deterministic review bundle,' which indicates a verification and export action, but the exact nature of the manifest and bundle is vague. It does not distinguish the tool from sibling tools like track_motion or validate_track.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives. There are no prerequisites, exclusions, or usage context mentioned.

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/Valar05/grounded-motion-mcp'

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