Skip to main content
Glama

Set list

set_list

Creates or replaces a named list on a Scratch target with specified items, allowing programmatic control over list data for sprites or the stage.

Instructions

Create or replace a list on a target by name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
itemsYes
targetYes
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It only says 'create or replace', implying destructive mutation, but does not clarify whether existing items are wiped, whether the target is auto-created, or any side effects. This is a significant gap for a mutation tool.

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 sentence with no wasted words. It is extremely concise and front-loaded with the verb 'create or replace', making it easy to scan. However, its brevity is the reason it lacks depth, so while it is concise, that brevity is not an asset here.

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?

With no annotations, no output schema, and all three parameters undocumented via description, an agent is left without critical information: what 'target' means, whether the list is fully replaced, how items are formatted, and any error conditions. This is entirely inadequate for a 3-parameter tool.

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

Parameters2/5

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

The schema has 0% description coverage, so the description must clarify all parameters. It mentions 'by name' (covering the name parameter) and 'on a target' (vaguely covering target), but does not explain what 'target' refers to or what 'items' are. This adds only minimal meaning beyond the schema.

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 action (create or replace) and the resource (a list) on a target by name. It effectively distinguishes this from sibling tools like delete_list (which removes) and set_variable (which handles variables), though it does not detail the exact behavior of replacement.

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?

There is no guidance on when to use this tool versus alternatives. It does not mention prerequisites (e.g., whether the target must exist), nor does it contrast with delete_list or mention scenarios where a different tool would be more appropriate.

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/AstroBlocksMod/ScratchMCP'

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