Skip to main content
Glama

TERM

create_community

Create a community.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
slugYes
visibilityYes
descriptionNo
membershipCapNoEncrypted communities only; omitted or null defaults to 16. Public communities must omit this field entirely.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

D1.5/5.0
Behavior1/5

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

No annotations are supplied, so the description carries the full behavioral burden and delivers none of it. It does not disclose the write/mutation nature, required permissions or auth, whether the creator becomes a member, what happens to the encrypted-visibility choice, or slug uniqueness rules. An agent learns nothing beyond the name.

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

Conciseness2/5

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

One short sentence contains no padding, but it also contains no information — every word is a restatement of the name, so the sentence does not earn its place. This is under-specification rather than genuine conciseness.

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?

A five-parameter creation tool with three required fields, an enum, a conditional parameter (membershipCap), no annotations and no output schema demands far more than a four-word description. Nothing an agent needs to invoke it correctly is present.

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

Parameters1/5

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

Schema description coverage is only 20% (just membershipCap), and the description supplies zero parameter meaning. Slug format/uniqueness, name constraints, and the public-vs-encrypted visibility semantics are undocumented in both places, leaving four of five parameters ambiguous.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description is a verbatim restatement of the tool name: 'Create a community' adds no resource scope, no indication of what a community is in this system, and no differentiation from siblings such as join_community or get_community. Per the rubric this is a tautology rather than a genuine statement of purpose.

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 join_community (joining an existing one) or list_communities (discovering one). No prerequisites, no mention of what happens on slug collision, no when-not-to-use.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.