Skip to main content
Glama

list_check_ins

Retrieve attendance check-ins for a course or a single session. Provide course_id for all sessions, or event_id for a specific session.

Instructions

List attendance check-ins. Provide either course_id for all check-ins across sessions, or event_id for a single session.

Args: course_id: The course ID — returns check-ins across all sessions. event_id: A specific session ID — returns only that session's check-ins.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
event_idNo
course_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description must carry the transparency burden. It explains how results are scoped by course or event, but does not explicitly state that this is a read-only operation, nor does it clarify behavior when both parameters are provided or when neither is provided. The 'List' verb implies non-mutation but the edge cases remain unaddressed.

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 extremely concise: one opening sentence plus a short arg list. No filler or redundant information. The structure front-loads the purpose and then gives parameter details in an easily scannable format.

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?

Given the low complexity (2 optional params, no nested objects) and presence of an output schema, the description covers the main use cases clearly. However, it leaves gaps around edge cases (both/neither param) and does not address pagination or result ordering, which would be useful for a list tool.

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

Parameters4/5

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

Schema description coverage is 0%, so the description compensates by explaining the meaning and impact of each parameter: course_id returns check-ins across all sessions, event_id returns only that session's check-ins. It does not mention that both are optional or what happens if combined, but the core semantics are well covered.

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 'List attendance check-ins' uses a specific verb and resource, and clearly distinguishes between two scopes: all check-ins across sessions (course_id) and a single session (event_id). This separates it from sibling tools like list_attendance_sessions and get_attendance_session.

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 provides clear context for when to use each parameter: course_id for course-wide check-ins, event_id for a specific session. However, it does not explicitly name alternatives or state when not to use this tool, only implying the choice via parameter semantics.

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/januarharianto/ed-mcp'

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