compliance-radar
Server Details
US small-biz & foreign-LLC filing deadlines: FinCEN BOI, IRS 5472, franchise tax, 1099 (sourced).
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4/5 across 4 of 4 tools scored.
Each tool has a distinct purpose: building a checklist, creating a tracker, getting obligation details, and listing obligations. No overlap or ambiguity.
All tool names follow a consistent verb_noun pattern in snake_case: build_checklist, create_deadline_tracker, get_obligation, list_obligations.
Four tools cover the core workflows of discovering, detailing, checklisting, and tracking compliance obligations. The count is well-scoped for the domain.
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.
Available Tools
4 toolsbuild_checklistAInspect
Build a personalized list of likely recurring compliance obligations and their NEXT deadline dates from an entity profile (entity type + state + formation date + a few flags). Pure date arithmetic over officially-cited rules — NOT individualized legal or tax advice. Always verify against the cited sources and a licensed professional.
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | 2-letter formation/registration state, e.g. 'DE'. | |
| entityType | Yes | ||
| foreignOwned | No | True if owned (>=25% or wholly) by a non-US person. | |
| hasEmployees | No | ||
| formationDate | No | Entity formation date YYYY-MM-DD (drives anniversary-based deadlines). | |
| paysContractors | No | True if you pay $600+ to US contractors (1099 obligations). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full transparency burden. It clearly states the tool performs pure date arithmetic over officially-cited rules and is not individualized legal advice, which sets expectations and limitations. It could further disclose that the list may not be exhaustive, but overall good.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three sentences, no wasted words. The first sentence states purpose, the second clarifies methodology and limitations, the third gives advice. Front-loaded and efficient.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given 6 parameters, no output schema, and no annotations, the description covers purpose, inputs, and behavioral caveats. It lacks explicit mention of output format or structure, which is a minor gap for completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 67%, and the description names key inputs (entity type, state, formation date, flags) but adds little detail beyond the schema. The description does not clarify formats or defaults, so it provides minimal added value over the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool builds a personalized checklist of compliance obligations and deadlines from entity profile data, using specific verbs 'build' and 'personalized list'. It distinguishes from siblings: create_deadline_tracker, get_obligation, list_obligations, as it generates a custom list rather than managing existing items.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage when you have an entity profile and need a checklist, but it does not explicitly say when not to use it or mention alternatives. The verification advice is not usage guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
create_deadline_trackerAInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| No | Where to send reminders (email or webhook required). | ||
| state | No | ||
| webhook | No | POST target for reminder JSON (email or webhook required). | |
| entityType | No | ||
| remindDays | No | Days of lead time before a deadline to remind (default 30, 1-120). | |
| foreignOwned | No | ||
| hasEmployees | No | ||
| formationDate | No | YYYY-MM-DD | |
| paysContractors | No |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
get_obligationAInspect
Return full detail for a single obligation by id: what it is, who must file, the deadline, the penalty for missing it, and a link to the OFFICIAL government source with a dated 'verified as of'. INFORMATIONAL ONLY — not legal or tax advice.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Obligation id, e.g. 'fincen-boi', 'irs-5472', 'de-franchise-llc'. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Discloses the informational nature and that it is not legal advice. Lists specific fields returned: what it is, who must file, deadline, penalty, link to official source with verification date. No annotations exist, so description carries full burden well.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, front-loaded with the core action, followed by a crucial limitation. Every word adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with no output schema, the description enumerates expected return fields and includes verification status, fully informing the agent of what to expect.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema describes the id parameter; description adds examples ('fincen-boi', 'irs-5472') and clarifies that it returns full detail for a single obligation, enhancing understanding beyond schema alone.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Clearly states 'Return full detail for a single obligation by id' – specific verb and resource. Distinguishes from siblings like list_obligations (returns list) and build_checklist (builds checklist).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Includes explicit caution 'INFORMATIONAL ONLY — not legal or tax advice', setting appropriate usage boundaries. Context suggests use when needing full detail on one obligation vs listing all, but does not name alternatives directly.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_obligationsAInspect
List recurring US compliance / tax-filing obligations that commonly blindside small businesses and foreign-owned US LLCs (FinCEN BOI, IRS Form 5472, Delaware/WY/NV/CA franchise tax & annual reports, 1099 deadlines, etc.). Each item cites its official IRS/FinCEN/state source with the date it was last verified. INFORMATIONAL ONLY — not legal or tax advice. Optionally filter by entity type and/or 2-letter state.
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | 2-letter US state (e.g. 'DE'). Filters state-specific obligations + always-included federal ones. | |
| entityType | No | Filter to obligations that can apply to this entity type. | |
| foreignOwned | No | Include foreign-owned-only obligations (e.g. Form 5472). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It discloses the informational nature (not legal advice) and that each item cites sources with verification dates. However, it does not mention rate limits, authentication requirements, or data freshness guarantees.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two concise sentences with front-loaded purpose. The first sentence states the core functionality with examples, and the second adds source citation and disclaimer. No unnecessary words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a list tool with no output schema, the description provides moderate context: it mentions each item cites official sources and verification dates. However, it does not describe the return format or behavior when no filters are applied, which would be helpful for agent usage.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the schema already explains each parameter's meaning. The description adds only the phrase 'Optionally filter by', which adds minimal value beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'List' and the resource 'recurring US compliance / tax-filing obligations' with specific examples like FinCEN BOI, IRS Form 5472. It distinguishes itself from siblings (list vs. build_checklist, create_deadline_tracker, get_obligation) by its broad listing purpose.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for browsing common obligations with optional filters, but lacks explicit when-to-use or when-not-to-use guidance relative to siblings. No alternatives or exclusions are mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!