Skip to main content
Glama
julianken

civic-awareness-mcp

by julianken

search_civic_documents

Search state civic documents by title, with optional filters for jurisdiction, kind, source, and date range.

Instructions

Search state civic documents (bills) by title. Optionally filter by jurisdiction, kind, source, or date range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qYes
toNo
fromNo
kindsNo
limitNo
sourcesNo
jurisdictionNo
Behavior2/5

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

No annotations exist, so description must disclose behavior. It only states basic operation and optional filters, omitting details like pagination (limit param), result format, error handling, or rate limits. Fails to provide expected behavioral traits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence, 13 words, no redundancy. Front-loaded action and then optional filters. Very concise, though could benefit from listing filters if more detail needed. No wasted words.

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?

With 7 parameters, 100% undocumented in schema, and no output schema, the description is too minimal. It doesn't explain what the search returns, how results are ordered, or timeouts. A search tool requires more context for correct usage.

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?

Description maps 'date range' to from/to and lists filters (jurisdiction, kind, source), adding some meaning. But with 0% schema coverage, it should explain each parameter's valid values or constraints (e.g., no enums for jurisdiction/kinds/sources). Incomplete but partially helpful.

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?

Clearly states it searches state civic documents (bills) by title, differentiating from siblings like get_bill (retrieves single bill) and recent_bills (lists recent). The verb 'search' and resource 'civic documents/bills' are 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?

Mentions optional filters (jurisdiction, kind, source, date range), giving context on when to apply them. Lacks explicit when-not or alternatives like 'use get_bill for a specific bill ID', but the context is clear enough.

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/julianken/civic-awareness-mcp'

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