Skip to main content
Glama

edit_level_tile

Modify a specific tile in a VibeTide 2D platformer level by specifying its position and new tile type to customize level design.

Instructions

Edit a single tile in a VibeTide level.

Args:
    encoded_level: An encoded level string from a URL or sharing link
    row: Row index (0-based, from top)
    col: Column index (0-based, from left)
    new_tile_type: New tile type (0-7, see tile legend)

Returns the modified level data with the single tile changed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
encoded_levelYes
rowYes
colYes
new_tile_typeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries full burden. It discloses the tool modifies a level (implied mutation) and returns modified data, but lacks details on permissions, side effects, error conditions, or rate limits. The behavioral disclosure is basic but adequate for the core operation.

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 efficiently structured with a clear purpose statement followed by parameter explanations and return value. Every sentence adds value, with no redundant or unnecessary information. The formatting with Args/Returns sections enhances readability without verbosity.

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 4 parameters with 0% schema coverage and an output schema present, the description provides good parameter context and states the return purpose. It covers the essential what/how for a tile-editing operation, though could benefit from more behavioral details given the mutation nature and lack of annotations.

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?

Schema description coverage is 0%, so the description must compensate. It provides meaningful context for all 4 parameters: encoded_level source, row/col indexing (0-based), and new_tile_type range/legend reference. This adds substantial value beyond the bare schema, though tile legend details aren't fully explained.

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 specific action ('Edit a single tile'), target resource ('in a VibeTide level'), and distinguishes from siblings like edit_entire_level, edit_level_row, and edit_level_metadata by specifying it's for a single tile. The verb+resource combination is precise and unambiguous.

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 when modifying individual tiles in a level, but doesn't explicitly state when to use this vs. alternatives like edit_entire_level or edit_level_row. No guidance on prerequisites or exclusions is provided, leaving usage context partially inferred rather than clearly defined.

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