AI Legal Watch MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
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.
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.
Six tools is a well-scoped size for this domain. The set covers the full workflow without redundant utilities or unnecessary complexity.
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.