Skip to main content
Glama

leave_community

Leave a community by its ID while preserving your membership record, enabling a clean state change for later rejoining.

Instructions

Leave a community by id. Your membership row is kept as "left" so rejoining later is a state change, not a new join.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
community_idYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It adds meaningful nuance beyond the action name by stating that the membership row is kept as 'left' and that rejoining is a state change rather than a new join. This is valuable context for the agent.

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 filler. The core action is front-loaded, and the behavioral detail about membership state adds value without being redundant. Every sentence earns its place.

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

Completeness4/5

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

For a single-parameter action with no output schema or annotations, the description covers the essential behavior and a key side effect. It does not mention error handling or how to obtain the community ID, but the tool is simple enough that this is not a major gap.

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?

The schema description coverage is 0%, so the description must compensate. It says 'by id,' which aligns with the community_id parameter, but it does not explain where the ID comes from or what format is expected. The parameter name is self-explanatory, so the gap is moderate.

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 states a specific verb and resource: 'Leave a community by id.' It clearly distinguishes this from related sibling tools by naming the exact action and target resource, leaving no ambiguity about what the tool does.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies this tool is for ending community membership, which is clear in context with sibling tools like join_community and leave_lesson. It does not explicitly exclude alternatives or state prerequisites, but the intended use is obvious enough for an agent to select it correctly.

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

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/bborota/cairn-mcp'

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