Skip to main content
Glama
WillHeadlee

Little Green Light MCP Server

by WillHeadlee

lapsed_donors

Read-only

Identify past donors who have not made a donation in a specified number of months to target re-engagement efforts.

Instructions

Find donors who gave previously but not in the last N months

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
months_lapsedNo
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the description aligns with a read operation. It adds context about the lapse condition but does not disclose pagination, default parameter values, or return format. It neither contradicts annotations nor provides substantial additional transparency.

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, clear sentence with no unnecessary words. It efficiently conveys the tool's purpose without any waste.

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

Completeness5/5

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

Given the tool's simplicity (one optional param, read-only, open world), the description is sufficiently complete. No output schema exists, so explaining return values is unnecessary. Annotations cover safety, and the description covers purpose and primary parameter.

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 schema has one parameter with 0% description coverage. The description mentions 'N months' which maps to the 'months_lapsed' parameter, adding some meaning. However, it does not explain the default value of 12 or any constraints on the number, so the coverage is partial.

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 verb 'find' and the resource 'donors', with a specific condition 'gave previously but not in the last N months'. This distinguishes it from sibling tools like 'recent_donors' and 'top_donors' which focus on different donor segments.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool is used for identifying lapsed donors but does not explicitly state when to use it versus alternatives. No when-not-to-use or alternative recommendations are provided, leaving the agent to infer context from sibling names.

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/WillHeadlee/Little-Green-Light-MCP-Server'

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