Skip to main content
Glama
SekaiNoOwari77

mcp-3d-modeling-agent

blender_msfs_livery_validate_package

Ensure MSFS livery package compatibility by validating its structure. Inspects the package directory for required layout and reports any issues for correction.

Instructions

Validate a livery package structure for MSFS compatibility

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
package_dirYesPath to the livery package

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.4.0

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral transparency burden. 'Validate ... structure' implies a read-only checking operation and states the target, but it does not disclose what checks are performed, whether anything is modified, or what a successful or failed validation looks like.

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 one front-loaded sentence with no filler. It is efficient and scannable, though it sacrifices some useful behavioral context for brevity.

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?

For a one-parameter validation tool, the description is minimally viable: it identifies the input and the goal. However, with no output schema, it would be more complete if it described the expected result or the scope of validation.

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?

The only parameter, package_dir, is fully documented in the schema as 'Path to the livery package', and the description adds no additional parameter-level detail. Since schema coverage is 100%, baseline 3 applies.

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 names the specific operation ('Validate'), the resource ('livery package structure'), and the standard ('MSFS compatibility'). It is clear on its own, but it does not explicitly distinguish from closely related siblings like blender_msfs_livery_analyze or blender_msfs_validate_for_export.

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 when-to-use guidance or alternatives are mentioned. An agent must infer when package validation should be preferred over related livery or MSFS validation tools.

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/SekaiNoOwari77/mcp-3d-modeling-agent'

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