Skip to main content
Glama
dchavezp

design-os-migration-mcp

by dchavezp

list_sections

Lists all sections in a Design OS export package with component counts and available files, enabling quick assessment of the package structure for migration planning.

Instructions

List all sections available in a Design OS export package with their component counts and available files

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
exportPathYesPath to the product-plan export directory (e.g. ~/ravn/my-product/product-plan)
Behavior2/5

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

The description is minimal and does not disclose behavioral traits such as side effects, required permissions, rate limits, or error conditions. Since no annotations are provided, the description carries full responsibility for transparency, but it only states the function without any contextual safety or behavior details.

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, well-structured sentence that directly conveys the tool's purpose without unnecessary words. It is front-loaded with the verb and resource, making it efficient for an AI to parse.

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 simple list operation with one parameter and no output schema, the description is adequate but lacks specifics about the output format (e.g., list of section names, counts file paths) or example usage. It could be more informative about what the agent can expect.

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 schema already provides a complete description of the single parameter 'exportPath'. The description reiterates the concept of an 'export package' but adds no new meaning beyond the schema. Baseline 3 is appropriate given 100% schema coverage.

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 clearly states the tool lists sections from a Design OS export package, including component counts and available files. It uses a specific verb ('list') and resource ('sections'), and the provided sibling tools (e.g., 'read_component', 'read_export_file') indicate that this tool is distinct for obtaining an overview.

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 provides no explicit guidance on when to use this tool versus its siblings (e.g., 'read_export_package', 'get_migration_context'). It does not mention prerequisites, when to avoid it, or how it complements other 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/dchavezp/design-os-migrator-mcp'

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