Skip to main content
Glama

KSUID character length

figma-url-shape

Parse a Figma file URL. Path discarded.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refNoGit ref name; discarded after the shape check
urlNoHTTPS URL to normalize or cite
cityNoCity name for a public weather hint; discarded after the call
feedNoPublic RSS or Atom URL; titles discarded
hostNoPublic hostname
jsonNoJSON text to validate; discarded after the check
pathNoFile path to check; no disk access
zoneNoIANA timezone name
queryNoSearch text; discarded after the length check

Schema Changelog

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

  1. First observed

TDQS

C2.4/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only mentions that 'Path discarded', which is a minor side effect, but it fails to disclose whether the tool makes network calls, what it returns (e.g., a boolean, a normalized URL), or how it handles malformed input. For a tool that likely just checks URL format, this is a significant gap.

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 filler, making it efficient. However, it is so brief that it omits essential information, so while it is concise in size, it under-delivers on content. The structure is front-loaded with the core purpose, which is good, but the lack of detail prevents a higher score.

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

Completeness1/5

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

Given the tool has 9 optional parameters, no output schema, and no annotations, the description is drastically incomplete. It doesn't explain the expected return value, how to interpret the result, or how to handle the unrelated parameters. An agent cannot confidently call this tool without additional context, making it a poorly defined utility.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema lists 9 parameters, but only 'url' seems relevant to a Figma URL parser. The description doesn't clarify that the other 8 parameters (ref, city, feed, host, json, path, zone, query) are ignored or what role they play. Although schema coverage is 100%, each parameter's description is generic and not tied to the tool's actual function. The description adds no value beyond the schema and fails to explain why so many unrelated parameters exist, leaving the agent confused about which to populate.

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 states a clear action: 'Parse a Figma file URL' – a specific verb and resource that distinguishes it from sibling shape tools like domain-shape or jira-key-shape. However, 'parse' is vague; it doesn't specify whether it validates, extracts, or transforms the URL, so the purpose is clear in scope but not in behavior.

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 given on when to use this tool versus other shape validators. The name implies it's for Figma URLs, but the description doesn't state conditions like 'use when you need to check if a URL is a valid Figma file link' or contrast it with normalize-url or browser-url-ok. The agent is left to infer usage from the name alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.