Skip to main content
Glama
Vaquill-AI

Vaquill-AI/vaquill-mcp

Official
by Vaquill-AI

create_watch

Subscribe to a legal board via webhook or email to receive automatic updates when it changes. Includes SSRF protection and delivery IDs for reliable deduplication.

Instructions

Subscribe to a board. webhookUrl is validated against an SSRF blocklist (loopback/private/link-local/cloud-metadata ranges) before acceptance and again on every dispatch. Every board.updated delivery body includes a deliveryId (stable per watch per refresh event, even across our own internal retries) so you can dedup safely on your end.

Free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateNoBoard's state (lowercase 2-letter), or omit for a federal board. Must match the `state` GET /boards returned for this corpusType.
channelNowebhook
corpusTypeYesBoard's corpus_type (e.g. `state`, `state_regulation`, `federal_register`, `agency_guidance`). Call GET /boards first for the authoritative, current list -- corpus_type is a growing set as new corpora are added, not a fixed enum.
webhookUrlNoRequired when channel is webhook or both.
webhookAuthNoOptional outbound credential sent on every delivery, so your gateway can authenticate us with the header it already reads. Independent of `webhookSecret`: set neither, either, or both. Only valid on a webhook or both channel watch.
emailAddressNoRequired when channel is email or both.
webhookSecretNoOptional signing secret, stored encrypted and never returned. When set, every delivery carries an `X-Vaquill-Signature: sha256=<hex>` header: HMAC-SHA256 of the raw request body bytes, keyed with this secret. To verify, compute the same HMAC over the raw body you received (before parsing JSON) and compare it, constant-time, to the hex digest after `sha256=`.
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It transparently mentions two significant behaviors: SSRF blocklist validation for webhookUrl at acceptance and dispatch, and the stable deliveryId for deduplication across retries. This provides useful insight beyond what a simple 'create' verb would imply.

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 remarkably concise: two sentences and a 'Free.' note. It is front-loaded with the primary purpose, and every sentence adds specific, non-redundant information. There is no fluff or repetition of schema content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has 7 parameters, 1 required, no output schema, and no annotations, so the description must cover a lot. It covers key behavioral facets (SSRF, dedup) but omits what response to expect, possible error conditions, and prerequisites for email/webhook channel selection. Given the complexity, a bit more operational detail would improve completeness, but the description is not grossly inadequate.

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 description coverage is 86%, so the input schema already provides rich detail for most parameters. The main description adds value by clarifying webhookUrl's SSRF validation and the deliveryId behavior, but it does not fundamentally expand on parameter meanings beyond the schema. Baseline 3 is appropriate.

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 opens with 'Subscribe to a board', which is a specific verb+resource pairing that clearly identifies the action. It distinguishes itself from sibling tools like delete_watch, list_watches, update_watch, and test_watch by using a unique action verb ('subscribe') and naming the target resource.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not explicitly state when to use this tool versus alternatives like update_watch or test_watch. It does provide some operational context (SSRF validation, deliveryId dedup) but lacks explicit usage guidance or exclusions, leaving the reader to infer appropriate use from the tool name alone.

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/Vaquill-AI/vaquill-mcp'

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