Skip to main content
Glama

decode_level_from_url

Extract and visualize VibeTide 2D platformer level data from encoded URL strings to enable sharing and editing of game levels.

Instructions

Decode a VibeTide level from an encoded URL string.

Args:
    encoded_level: The encoded level string from a URL or sharing link

Returns the decoded level data with visualization.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
encoded_levelYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/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 states the tool returns 'decoded level data with visualization,' which adds some behavioral context about the output. However, it lacks details on potential errors (e.g., invalid URLs), performance aspects, or side effects, which are important for a decoding operation with no annotation coverage.

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 well-structured and concise: a clear purpose statement followed by brief Arg and Return sections. Every sentence adds value without redundancy. It could be slightly more front-loaded by integrating the return info into the main statement, but overall it's efficient.

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?

Given the tool's moderate complexity (decoding from URLs), the description covers the core purpose and parameter semantics adequately. The presence of an output schema means the description doesn't need to detail return values, and it appropriately focuses on the decoding process. It could improve by addressing error cases or sibling differentiation.

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 description adds meaningful context for the single parameter: 'encoded_level' is described as 'The encoded level string from a URL or sharing link.' This clarifies the parameter's purpose and format beyond the schema's minimal title ('Encoded Level') and 0% coverage. With only one parameter, this provides adequate semantic value.

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 clearly states the tool's purpose: 'Decode a VibeTide level from an encoded URL string.' It specifies the verb ('decode'), resource ('VibeTide level'), and source ('encoded URL string'). However, it doesn't explicitly differentiate from siblings like 'view_level' or 'play_level' beyond the URL decoding aspect.

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 description implies usage context by mentioning 'URL or sharing link,' suggesting this tool is for processing shared/encoded levels rather than direct access. However, it doesn't provide explicit guidance on when to use this versus alternatives like 'view_level' or 'play_level,' nor does it mention any exclusions or prerequisites.

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/banjtheman/vibe_tide_mcp'

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