Skip to main content
Glama
kwgoodwin

AI Legal Watch MCP

by kwgoodwin

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_watch_itemsB

List tracker items with optional filters.

find_duplicate_developmentB

Check for blocking duplicates and related-source warnings before proposing an update.

propose_tracker_updateB

Validate and dry-run an append-only tracker update without changing the CSV.

apply_tracker_updateB

Append an approved proposal if the tracker fingerprint and proposal fingerprint still match and no duplicate exists.

generate_watch_digestC

Summarize tracker entries checked or dated since a YYYY-MM-DD date.

suggest_article_candidatesC

Rank tracker entries as possible Clearon article candidates using transparent heuristics.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 6 tools

Disambiguation5/5

Each tool addresses a distinct stage of the workflow: listing, duplicate-checking, digest generation, candidate ranking, proposal dry-run, and final append. There is no meaningful overlap or likely misselection between tools.

Naming Consistency4/5

All tool names use snake_case and an action-first style, which is consistent and predictable. The only minor deviation is that 'find_duplicate_development' is less immediately readable and its noun phrase is somewhat awkward, but it still follows the same pattern.

Tool Count5/5

Six tools is a well-scoped size for this domain. The set covers the full workflow without redundant utilities or unnecessary complexity.

Completeness5/5

The tools cover reading, analyzing, summarizing, ranking, proposing, and applying updates. The append-only nature is intentional and enforced, so the absence of update or delete tools is not a gap.

Maintenance

ActivityMaintained
ResponsivenessNo issues