Skip to main content
Glama
burgeonbot

Seed MCP Server

by burgeonbot

seed_list_orgs

List registered organizations in Seed, with optional filters and pagination. Requires authentication to view organization details.

Instructions

List registered Seed organizations. Requires SEED_MAINT_ACCESS_TOKEN or SEED_MAINT_PASSWORD.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageSizeNo
pageNumberNo
filtersJsonNoOptional JSON string of backend organization filters.
Behavior3/5

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

With no annotations provided, the description carries the full burden for behavioral disclosure. It discloses the required authentication method (token or password), which is useful context beyond the schema. However, it does not mention whether the operation is read-only, how pagination behaves, or what response format to expect, leaving gaps in transparency.

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 with no wasted words; the main purpose is front-loaded and the auth requirement is clearly appended. It earns its length for a simple listing tool.

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

Completeness3/5

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

For a simple list tool with three optional parameters, the description covers the core action and authentication. However, the absence of an output schema, low parameter documentation coverage, and lack of pagination/filter behavior details make it only minimally complete.

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 33% (only filtersJson has a description), and the tool description adds no parameter-level meaning. pageSize and pageNumber have constraints but no explanatory text, and the description does not compensate for the low coverage by explaining pagination or filter usage.

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 uses the specific verb 'List' with a clear resource ('registered Seed organizations'), and the tool name disambiguates it from sibling list tools for frames, tables, views, and documents. It clearly distinguishes a read operation from the create/update/delete sibling tools.

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?

The description states what the tool does and an auth prerequisite, but offers no guidance on when to prefer this over alternatives or when not to use it. No sibling tools are mentioned or contrasted, leaving usage context entirely implicit.

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