Skip to main content
Glama

skylight_create_list

Create a shopping or to-do list on a Skylight frame by providing a label, hex color, and list type.

Instructions

Create a new list on a Skylight frame.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYesList type (required).
colorYesHex color, e.g. #42D792 (required).
labelYes
frameIdNo
Behavior2/5

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

With no annotations provided, the description carries full burden. It only states 'create' with no disclosure about side effects, idempotency, required permissions, or post-creation behavior. A simple creation tool should note if duplicates are allowed or what the response includes.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence, which is concise but lacks necessary detail. It could incorporate parameter summaries or usage notes without becoming verbose, so it is under-sized for the tool's complexity.

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

Completeness2/5

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

Given no output schema and 4 parameters with moderate complexity, the description is incomplete. It omits required parameters, return values, and constraints like whether frameId is required or optional. A creation tool needs more context for correct use.

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?

Schema coverage is 50% (only kind and color have descriptions). The description does not explain any parameter meanings or relationships. It misses the chance to clarify 'label' or 'frameId' beyond the schema, leaving gaps for the agent.

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 creates a new list on a Skylight frame, using a specific verb and resource. It distinguishes from siblings like update or delete, but could be more specific by mentioning the list types ('shopping' or 'to_do') which are in the schema.

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 on when to use this tool versus alternatives like skylight_create_event or skylight_create_chore. The description does not provide context for selection from the many sibling create tools.

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/chrischall/skylight-mcp'

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