Skip to main content
Glama
burgeonbot

Seed MCP Server

by burgeonbot

seed_create_view

Define a new Seed view on an existing frame by providing layout JSON, machine name, and optional role restrictions.

Instructions

Create a Seed view on an existing frame.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesMachine name for the view.
frameYesFrame name this view renders.
labelNoHuman-readable view label. Defaults to the view name.
layoutJsonYesView layout as JSON. Example: {"device":"web","group":"CRM","list":{"type":"default"}}
descriptionNoView description.
editRolesJsonNoOptional JSON array of roles allowed to edit this view.
viewRolesJsonNoOptional JSON array of roles allowed to view this view.
Behavior2/5

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

With no annotations, the description carries the full burden. It only mentions the target being an existing frame, providing minimal behavioral context. It does not disclose side effects, validation behavior, permission requirements, or response format, which is expected for a create 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 a single concise sentence with no filler or redundancy. It effectively communicates the core purpose in minimal words.

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?

The tool has 7 parameters, no output schema, and no annotations. The description is too sparse to fully contextualize the operation; it lacks information about return values, error conditions, or the relationship between the view and the frame beyond the prerequisite. While parameters are well-schema'd, the overall operational context is incomplete.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema already documents all 7 parameters. The description adds no parameter-level detail, but the baseline of 3 is appropriate since the schema does the heavy lifting.

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 action (create), the resource (Seed view), and the target (existing frame), distinguishing it from siblings like seed_create_frame or seed_list_views. The verb+resource+scope is specific 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 phrase 'on an existing frame' implies a prerequisite and suggests when this tool is appropriate (when a frame already exists), but it does not explicitly state when not to use it or mention alternatives like seed_create_frame or seed_list_frames. Usage guidance is implied rather than explicit.

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/burgeonbot/seed-mcp-server'

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