Skip to main content
Glama
Cc-Zzh1

moonvy-ui-mcp

by Cc-Zzh1

Parse Moonvy URL

moonvy_parse_url

Parse a Moonvy URL to extract project, directory, and file IDs without requiring authentication.

Instructions

Validate a Moonvy URL and return project, directory, and file IDs. Does not require authentication.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesMoonvy URL, normally /project/:projectId/:dirId/:fileId
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It adds a useful behavioral fact: 'Does not require authentication.' However, it doesn't disclose behavior on invalid URLs, error handling, or whether any I/O occurs (though parsing is likely local). The description is thin on meaningful behavioral detail beyond the auth note.

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?

One concise sentence that front-loads the action ('Validate a Moonvy URL') and states the return value. No wasted words, efficient and to the point.

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 simple one-parameter tool with no output schema, the description sufficiently explains what is returned (the three ID types) and notes that no authentication is needed. It could benefit from a hint that these IDs are used by other tools (e.g., as prerequisites), but the core information an agent needs to call it correctly is present.

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% – the 'url' parameter is fully described with its format ('Moonvy URL, normally /project/:projectId/:dirId/:fileId'). The tool description adds no further parameter detail, so the baseline of 3 applies. The schema already provides the necessary semantics.

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 states a specific action ('validate') and resource ('Moonvy URL'), and clearly specifies the output: project, directory, and file IDs. This distinguishes it from sibling tools like moonvy_list_pages or moonvy_get_design, which operate on different resources.

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

Usage Guidelines3/5

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

The purpose implies when to use it (when you need IDs from a URL), but there is no explicit guidance on when not to use it or mention of alternatives. It doesn't say, for example, 'use this instead of manually parsing the URL' or reference related tools. Guidance is implied rather than explicit.

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/Cc-Zzh1/moonvy-ui-mcp'

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