Skip to main content
Glama

legal_tax_deadline_alerts

Destructive

Monitor tax deadlines for legal matters and get alerts before filings are due to avoid penalties.

Instructions

Run the legal domain agent action tax_deadline_alerts.

Routes through the platform's domain-agent dispatcher under your JWT, tenant, and company scope.

Args: message: Free-text objective for the action. inputs: Optional JSON string of structured inputs for the action.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputsNo{}
messageNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.8/5.0
Behavior3/5

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

The description adds a useful scoping detail: execution routes through the platform's domain-agent dispatcher under JWT, tenant, and company scope. It doesn't contradict the annotations, which already carry the destructive/open-world signals, but it also doesn't elaborate on side effects. Since the annotations cover the safety profile, this is adequate but not rich.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short, front-loads the action in the first sentence, and keeps the routing and Args sections economical. The first sentence is somewhat redundant with the tool name, but overall every line serves a purpose with no filler.

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?

The output schema exists, so return-value details are not required, and the two parameters are named. However, the description omits the functional effect of the action, the expected structured-input keys, and any guidance for choosing between this and similar legal/grc tax tools, making it incomplete for confident selection and invocation.

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 0%, and the Args section provides minimal compensation by explaining that message is a free-text objective and inputs is an optional JSON string. This is more than the bare schema, but it doesn't specify what structured inputs are accepted or expected, leaving the agent to guess.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific operation ('Run the legal domain agent action tax_deadline_alerts') and identifies this as a domain-agent dispatcher. However, it never explains what the underlying action actually does, such as surfacing tax deadline alerts, so it doesn't distinguish this tool from similar siblings like legal_tax_compliance_report or grc_tax_deadline_alerts.

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

Usage Guidelines2/5

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

No when-to-use or when-not-to-use guidance is provided. The description only restates the action name and routing mechanism, with no mention of alternatives or conditions for choosing this legal-domain version over the grc variant.

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

Deploy Server

Other Tools