Skip to main content
Glama
piersonr

little-green-light-mcp

by piersonr

search_constituents

search_constituents

Search Little Green Light constituents by name or email to retrieve contact details (name, email, phone, city/state). Use the verbose option for the full record.

Instructions

Search LGL constituents by name or email address. Returns a compact summary per match (name, email, phone, city/state). Giving totals are not included — use get_constituent for those. Pass verbose:true for the full record.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 25, max 100).
queryYesA name (e.g. 'Pierson') or an email address to match exactly.
offsetNoNumber of results to skip, for paging.
verboseNoReturn the full, untrimmed LGL object instead of the compact summary.
Behavior5/5

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

With no annotations provided, the description fully carries the burden of behavioral disclosure. It clearly states that the default return is a compact summary (listing fields), that giving totals are excluded, and that setting verbose:true returns the full record. These details are beyond what the schema provides and accurately represent the tool's behavior.

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 two short sentences that front-load the purpose and then provide critical usage hints. Every sentence adds meaningful information—no filler, no repetition. It is efficient and well-structured for quick scanning by an AI agent.

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 no output schema, the description adequately explains the return format (compact summary fields) and distinguishes it from get_constituent. It notes the searchable fields (name, email) and the verbose option. Some minor gaps exist: pagination behavior (offset/limit) is not elaborated, and ordering is not mentioned. However, for a search tool, these are secondary; the core information is presented sufficiently.

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 100%, so baseline is 3. The description adds value by explaining the default behavior (compact summary) and that verbose:true yields the full record. This clarifies the distinction between default and verbose output, which the schema alone does not emphasize. The description does not add to limit/offset meaning, but the added context for verbose and the query parameter (name/email) justify a 4.

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 explicitly states 'Search LGL constituents by name or email address' and specifies the returned compact summary fields. It distinguishes itself from sibling tools like get_constituent (which provides giving totals) and search_gifts (different resource), so the purpose is clearly defined and not confused with others.

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 gives direct guidance: 'Giving totals are not included — use get_constituent for those.' This tells the agent when to use this tool versus the sibling get_constituent. It also mentions passing verbose:true for the full record, advising on optional behavior. It lacks explicit 'when not to use' statements but the alternative is clear, making it a strong 4.

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/piersonr/little-green-light-mcp'

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