Skip to main content
Glama

Create Watchlist

politics_create_watchlist

Creates a Just the Facts watchlist bound to an email address, covering any combination of specific officials, issue topics, and a town with state for local meetings, agendas, and minutes. Sends a double-opt-in confirmation email and returns the bridge workspace URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoWatchlist name
townNoTown/city to track local meetings (e.g. Fort Myers)
emailYesSubscriber email (required)
stateNo2-letter state for the town
topicsNoIssue topics (e.g. Crypto, Healthcare)
cadenceNoDigest frequency
officialsNoOfficial IDs to track
report_promptNoPlain-English brief for how the digest is written

TDQS

A4.2/5.0
Behavior4/5

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

Annotations provide minimal safety hints (all false), so the description carries the burden of disclosure. It reveals two important side effects: sends a double-opt-in confirmation email and returns the bridge workspace URL. This goes beyond the structural metadata and gives the agent insight into the tool's behavior, though it does not mention repeated-call consequences or permissions.

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 sentences with no wasted words. It front-loads the core purpose and then adds behavioral details in the second sentence. Every phrase earns its place, and the structure is easy to parse.

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 tool's complexity (8 parameters) and absence of an output schema, the description adequately covers the key elements: what it creates, the scope of parameters, the email confirmation, and the return value (URL). It does not explain prerequisites like email format or state-town pairing, but these are implicit in the schema. Overall, it is sufficiently complete for an agent to select and invoke the tool correctly.

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?

Schema coverage is 100%, so the baseline is 3. The description adds the concept of 'any combination' of officials, topics, and town/state, which is a meaningful integration note not present in the schema. However, it does not elaborate on individual parameter syntax or relationships beyond that, leaving the schema descriptions as the primary source.

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's function: 'Creates a Just the Facts watchlist bound to an email address'. The verb 'Creates' is specific, and the resource (watchlist) is defined. It also distinguishes itself from sibling tools, which are mostly search/retrieval operations, by being the only creation tool for watchlists.

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 on when to use this tool: when you need to create a watchlist with officials, topics, or local meetings. It does not explicitly state exclusions or alternatives, but the sibling context makes it obvious this is the intended tool for watchlist creation. The description's mention of 'any combination' implies flexibility but not specific conditions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose covering different aspects of political data: bills (search, details, text slices, TOC), officials (details, search, by state, representation), bridge pages (create, compare, session, letter), and specialized queries (speeches, votes, positions, provenance). No two tools overlap in functionality.

Naming Consistency5/5

All tools follow a consistent 'politics_<descriptive_name>' pattern using snake_case. Verbs and nouns are combined logically (e.g., 'politics_bills_search', 'politics_candidate_feed'), with no mixing of conventions.

Tool Count4/5

At 25 tools, the set is comprehensive for a political data API but slightly on the high side. However, each tool covers a specific niche (bills, officials, bridge pages, etc.), and the count is justified by the breadth of the domain. It remains manageable and well-scoped.

Completeness4/5

The tool surface covers major data types (bills, officials, candidates, speeches, votes, positions) and interaction workflows (bridge pages, watchlists). Minor gaps exist, such as missing a direct 'politician by name and state' endpoint, but the search and filtering tools compensate. Overall, the set is thorough.