Skip to main content
Glama
SekaiNoOwari77

mcp-3d-modeling-agent

blender_msfs_livery_get_paint_presets

Retrieve available paint presets for MSFS livery painting. Find ready-to-use layer and brush configurations to streamline your livery setup.

Instructions

Get available paint presets for livery painting (layers and brushes)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv0.4.0

TDQS

A3.5/5.0
Behavior3/5

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

No annotations are present, so the description carries the full burden of behavioral disclosure. It does disclose a read-only lookup ('Get') and clarifies the domain of the returned data, which is useful. However, it does not mention dependencies, side effects, failure modes, or how results are structured; this is acceptable for a simple zero-parameter getter but not richly transparent.

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?

The description is a single concise sentence with a front-loaded verb and object. 'Get available paint presets for livery painting (layers and brushes)' contains no filler and the parenthetical adds relevant distinction without bloating the text.

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 zero-parameter tool with no output schema and no annotations, the description is largely sufficient: it states what the tool returns and its domain. It is slightly incomplete because it does not explain how the returned presets should be consumed by sibling livery tools or whether any livery context must be active, but this is a minor gap for such a simple query tool.

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?

The input schema is empty with zero parameters, so there is no parameter documentation burden. The parenthetical '(layers and brushes)' adds useful semantic context about the result categories but does not need to describe parameters since none exist.

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 uses a specific verb ('Get'), a clear object ('paint presets'), and scopes the action to livery painting with explicit categories ('layers and brushes'). This clearly communicates what the tool does and separates it from obvious setters/creators like set_paint_brush and create_paint_layers, though it does not explicitly name alternatives.

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?

The description gives no guidance about when to call this tool versus related livery tools, and no sequencing or prerequisite information. The verb 'Get' weakly implies a query action, but there is no mention of using it before create_paint_layers or set_paint_brush, so the agent is left to infer the intended workflow.

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