Skip to main content
Glama
joeswann

PocketSmith MCP Server

by joeswann

list_events

List events for a user within a specified date range. Provide start and end dates to retrieve all events occurring between them.

Instructions

List events for the authenticated user within a date range

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
end_dateYesEnd date (YYYY-MM-DD)
start_dateYesStart date (YYYY-MM-DD)
Behavior2/5

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

No annotations are provided, so the description carries full responsibility. It only states the listing scope, but does not disclose any behavioral traits such as pagination, ordering, read-only status, or whether soft-deleted events are included. This leaves significant gaps for an agent relying on the description alone.

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 concise sentence that immediately conveys the tool's purpose and scope. No filler or redundant content.

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 simple list tool with two parameters and no output schema, the description is largely sufficient. It could mention the return format or ordering, but the core usage is clear. The lack of annotations and output schema lowers the baseline, but the tool's simplicity keeps it adequate.

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 input schema fully describes both parameters (start_date, end_date) with formats. The description's mention of 'date range' adds marginal context but does not go beyond the schema. This matches the baseline for high schema coverage.

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 clearly states the tool lists events for the authenticated user within a date range. The verb 'list', resource 'events', and scope are specific, distinguishing it from siblings like get_event (single event) and list_scenario_events (scenario-specific).

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: it is for the authenticated user's events filtered by date range. However, it does not explicitly mention when to use alternatives (e.g., get_event for a single event), though the sibling list makes the distinction implicit.

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/joeswann/pocketsmith-mcp'

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