get_group_feed
Retrieve posts from a specific group's feed by providing school_id and group_id.
Instructions
Get posts from a specific group's feed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | ||
| school_id | Yes |
Retrieve posts from a specific group's feed by providing school_id and group_id.
Get posts from a specific group's feed.
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | ||
| school_id | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Without annotations, the description is the sole source of behavioral info. It conveys a read-only retrieval via 'Get' and specifies the scope ('from a specific group's feed'), but it does not disclose pagination, ordering, school_id's role, or any special behaviors. This is adequate for a simple read but not rich.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence: 'Get posts from a specific group's feed.' It contains no irrelevant words and clearly states the action and target.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description covers the core function but omits important context: the purpose of school_id, whether posts are paginated or ordered, and any relation to sibling tools like get_feeds. With no output schema or annotations, more detail would be needed for full clarity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has no parameter descriptions (0% coverage), and the description only implies that group_id identifies the group. It does not explain school_id at all, leaving half the required parameters ambiguous.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the specific verb 'Get' with a clear resource ('posts from a specific group's feed'), making it distinct from siblings like get_post (single post) and get_feeds (all feeds). It unambiguously states 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.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives no guidance on when to use this tool versus alternatives such as get_feeds or list_groups. It does not mention any exclusions, prerequisites, or preferred contexts.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tdlm/parentsquare-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server