Skip to main content
Glama
tdlm
by tdlm

list_signups

Retrieve sign-up and RSVP posts for a school to track events and volunteer opportunities. Get a paginated list of posts to stay updated on RSVPs.

Instructions

List sign-up and RSVP posts for a school.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
school_idYes
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure, but it provides none. It does not mention read-only intent, pagination, permissions, or result ordering. The action 'List' only weakly implies a safe read operation.

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 a single, front-loaded sentence with no filler. It is concise and efficient, earning its place without redundancy.

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

Completeness2/5

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

Given two parameters and no output schema or annotations, the description is incomplete. It omits return value structure, pagination behavior, and scope boundaries. This is minimally viable but leaves significant gaps for an agent.

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 0%, and the description fails to compensate. It does not explain the 'page' parameter at all, and 'for a school' only vaguely hints at school_id. The agent gets no meaningful parameter semantics beyond what the raw schema field names suggest.

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 a specific verb ('List') and resource ('sign-up and RSVP posts') with a clear scope ('for a school'). This distinguishes it from siblings like list_polls and list_notices, even though no alternative is named.

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 guidance is provided on when to use this tool versus alternatives. There are no prerequisites, exclusions, or context about which situations call for listing signups specifically. The description only implies usage through its verb.

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/tdlm/parentsquare-mcp'

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