Skip to main content
Glama
burgeonbot

Seed MCP Server

by burgeonbot

seed_create_org

Creates a Seed organization with optional metadata fields for email, phone, address, and more. Requires create access.

Instructions

Create a Seed organization with optional organization metadata. Requires the configured Seed user to have create access.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesOrganization name.
emailNo
otherNo
phoneNo
stateNoOrganization state. Defaults to Trial when omitted.
addressNo
contactNo
orgLogoNo
websiteNo
descriptionNo
trialStartingDateNoTrial start date, usually an ISO date string.
finantialCardNumberNo
finantialCardHolderNameNo
finantialCardSecurityCodeNo
finantialCardExpirationDateNo
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It does disclose a permission requirement, which is useful context for agents, but it omits other behavioral traits such as return value, idempotency, or side effects. The disclosure is minimal but not absent.

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 two sentences long, starts with the verb and resource, and contains no fluff. Every word contributes to the core action and the permission requirement, making it appropriately sized and well-structured.

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 the complexity of 15 parameters, no annotations, and no output schema, the description is too sparse. It lacks guidance on return values, success/failure responses, or how the optional metadata fields are used, leaving the agent underinformed for a non-trivial creation operation.

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 description coverage is only 20%, and the description does not compensate for the many undocumented metadata fields. The phrase 'optional organization metadata' is vague and does not clarify meaning of parameters like 'finantialCardNumber' or 'orgLogo'. The schema already indicates only 'name' is required, so the description adds little parameter-specific value.

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') and the resource ('a Seed organization'), and adds context about optional organization metadata. This distinguishes it from other create_* tools such as seed_create_frame or seed_create_table, which target different resource types.

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 the tool is for creating organizations and specifies a prerequisite (create access), but it does not compare with alternatives like seed_register_org or indicate when to prefer this tool over similar ones. No exclusionary guidance is provided.

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