Skip to main content
Glama

compliance-radar

create_deadline_tracker

Save an entity profile plus an email and/or webhook URL to receive FREE recurring reminders before each upcoming compliance deadline. Returns a manage id. INFORMATIONAL reminders only — not legal or tax advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailNoWhere to send reminders (email or webhook required).
stateNo
webhookNoPOST target for reminder JSON (email or webhook required).
entityTypeNo
remindDaysNoDays of lead time before a deadline to remind (default 30, 1-120).
foreignOwnedNo
hasEmployeesNo
formationDateNoYYYY-MM-DD
paysContractorsNo

TDQS

A3.6/5.0
Behavior3/5

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

No annotations are provided, so the description must convey behavioral traits. It discloses that the tool creates a tracker, returns a 'manage id', and that reminders are informational. However, it does not describe side effects (e.g., whether it modifies existing profiles), error handling, permission requirements, or rate limits. More behavioral detail would be beneficial.

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 long, front-loads the core purpose, and avoids redundancy. Every phrase adds value: 'Save an entity profile...', 'returns a manage id', and the disclaimer. 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 9 parameters, no output schema, and no annotations, the description is incomplete. It does not explain what 'manage id' is used for, how the state parameter affects deadlines, what the boolean flags represent, or the expected behavior when parameters conflict. The disclaimer is useful but does not fill the gaps for agent understanding.

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 44% (4 of 9 params described). The description adds meaning by stating 'plus an email and/or webhook URL' hinting at the requirement of at least one of these, which is not reflected in the schema (0 required params). It also uses 'FREE' to imply value. However, it does not explain the boolean flags (foreignOwned, hasEmployees, paysContractors) or state parameter, which limits semantic clarity.

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 'Save an entity profile plus an email and/or webhook URL to receive FREE recurring reminders before each upcoming compliance deadline.' It specifies the resource (entity profile for reminders) and the action (save + set up reminders). The sibling tools (build_checklist, get_obligation, list_obligations) are different, so this tool's unique purpose is evident.

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 mentions 'FREE' and 'INFORMATIONAL reminders only — not legal or tax advice,' which gives some context about appropriate use. However, it does not explicitly state when to use this tool versus alternatives (e.g., for actual legal obligations, use other tools), nor does it provide prerequisites or contraindications.

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

A4.1/5.0
Disambiguation5/5

Each tool has a distinct purpose: building a checklist, creating a tracker, getting obligation details, and listing obligations. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case: build_checklist, create_deadline_tracker, get_obligation, list_obligations.

Tool Count5/5

Four tools cover the core workflows of discovering, detailing, checklisting, and tracking compliance obligations. The count is well-scoped for the domain.

Completeness4/5

The tool set covers listing, getting details, building checklists, and creating trackers. A minor gap is the lack of update/delete for the deadline tracker, but the core use case is addressed.

Resources