Skip to main content
Glama

get_community_spaces

Read-onlyIdempotent

Retrieve a list of all community spaces in your LearnWorlds school. Filter by access type, collection, or course usage to find specific spaces.

Instructions

🟢 READ-ONLY · Community · GET /v2/community/spaces

Get community spaces

Returns a list with all community spaces of the school. The community spaces are in sorted order, with the oldest created spaces appearing first

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoFilter by the page number. In case page number is higher than the maximum one, the results of last page will be returned
accessNoFilter by space access. This can be public, private or standalone.
usagesNoFilter by the course usage of the space. Should be an array of courseTitleIds
collectionIdNoFilter by the unique identifier of the collection the spaces are displayed
items_per_pageNoFilter by the items per page number
Behavior4/5

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

Annotations already declare read-only, idempotent, and non-destructive. Description adds sorting order (oldest first), providing behavioral context beyond annotations. Consistent with annotations.

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?

Extremely concise: one header line, one clear sentence of purpose, and one behavioral detail. No unnecessary words, front-loaded with action.

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?

Lacks mention of pagination behavior despite 'page' and 'items_per_page' parameters. Also no description of response structure since output schema is absent. Adequate but with notable gaps.

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 has 100% description coverage for all 5 parameters. Description does not add any parameter-level information beyond the schema, so baseline 3 is appropriate.

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?

Description clearly states it returns a list of all community spaces, with specific verb 'Get' and resource 'community spaces'. Distinguishes from sibling 'get_community_space' (singular) and other CRUD 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?

No explicit guidance on when to use this tool versus alternatives like 'get_community_space' or other retrieval tools. Only states what it does without usage context.

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/ohneben/Learnworlds-MCP'

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