Skip to main content
Glama

ExitCleanly — LLC Dissolution by State

Server Details

State-by-state LLC dissolution: exact fees, forms, official state links. Not legal advice.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

3 tools
cost_of_not_dissolving_llcWhat an undissolved LLC keeps costingA
Read-onlyIdempotent
Inspect

Explain what it costs to leave an LLC undissolved instead of formally closing it: annual report and franchise fees, registered agent fees, late-filing penalties, and accountant fees for zero returns, with typical yearly ranges. Use when someone asks what happens if they just stop using the company, stop filing, abandon it or let it lapse, or whether dissolving is worth the filing fee.

ParametersJSON Schema
NameRequiredDescriptionDefault
stateNoOptional US state, to add that state’s own filing fee to the comparison

TDQS

A4.2/5.0
Behavior4/5

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

With annotations already indicating readOnly, idempotent, and closed world, the description adds behavioral context by specifying the cost categories and that it provides typical yearly ranges. It doesn't contradict annotations. It could mention output format but for an explanatory read-only tool, the existing detail is sufficient.

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?

Two sentences, front-loaded with the purpose, and the second sentence provides usage guidance. No redundant words.

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

Completeness4/5

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

The description fully covers what costs are included and when to use the tool, and the schema covers the only parameter. There is no output schema, but the description implies the output is an explanation. This is sufficient for a straightforward conceptual tool.

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 100%, so the optional 'state' parameter is already fully documented in the schema. The description does not add extra meaning beyond the schema, so baseline 3 applies.

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 uses the specific verb 'Explain' and clearly identifies the resource (costs of leaving an LLC undissolved) and enumerates the cost categories. It differentiates from sibling tools by focusing on the 'not dissolving' side, while siblings cover dissolution requirements and fees.

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

Usage Guidelines4/5

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

The description explicitly lists use cases: stopping use, stop filing, abandoning, or deciding whether dissolving is worth the fee. It does not explicitly name sibling tools or provide when-not guidance, but the context is clear enough to select this tool over the alternatives.

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

get_llc_dissolution_requirementsHow to dissolve an LLC in a given stateA
Read-onlyIdempotent
Inspect

Get what it takes to dissolve (close) an LLC in a specific US state: the filing fee quoted exactly as the state publishes it, the form name, how to file, typical processing time, the official state filing office link, the costs that come on top of the filing fee (franchise tax, tax clearance, newspaper notice), and the full seven-step wind-up sequence. Use when someone asks how to close, dissolve, cancel or wind up an LLC or a business in any state, what it costs, or which form they need.

ParametersJSON Schema
NameRequiredDescriptionDefault
stateYesUS state name or two-letter code, e.g. "Texas" or "TX"

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint, so the safety profile is covered. The description adds valuable behavioral context by specifying exact return contents (fee quoted as published, form name, filing method, processing time, official link, additional costs, and seven-step sequence). It does not contradict annotations.

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 a single, dense sentence that front-loads the core purpose and then lists deliverables. It is somewhat long but every clause adds specific, non-redundant information. It avoids fluff and is well-structured for an agent to parse.

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

Completeness5/5

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

Given the tool has one parameter, no output schema, and good annotations, the description fully compensates for the missing output schema by enumerating all returned elements. It also provides usage context and implies the tool's breadth relative to siblings. There are no obvious gaps for an agent to select and invoke it correctly.

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?

The input schema has 100% coverage for the single parameter 'state', including an example. The description does not add further parameter-level detail, which is acceptable given the schema's thoroughness. Therefore, the baseline of 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 uses a specific verb "Get" and clearly identifies the resource: requirements to dissolve an LLC. It enumerates the exact data points returned, making its purpose unambiguous. It also distinguishes itself from sibling tools by covering the full wind-up sequence and additional costs, not just fees.

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

Usage Guidelines4/5

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

The description explicitly states when to use the tool: "Use when someone asks how to close, dissolve, cancel or wind up an LLC...". This provides clear context. It does not explicitly mention alternatives or when not to use it, but the sibling tool names (cost_of_not_dissolving_llc, list_llc_dissolution_fees) imply the distinction, and the description's scope is well-defined.

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

list_llc_dissolution_feesDissolution filing fees for all statesA
Read-onlyIdempotent
Inspect

List the LLC dissolution filing fee for all 50 US states and DC, quoted exactly as each state publishes it, marking the states where the filing fee is not the whole cost. Use when someone compares costs across states or asks which states charge to close an LLC.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true. The description adds meaningful behavioral context: fees are quoted exactly as published, and states where the fee is not the whole cost are marked. This goes beyond the annotations without contradicting them.

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-loaded with the action and scope, and includes usage guidance without any redundant wording. It is a model of conciseness.

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

Completeness5/5

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

For a read-only, zero-parameter list tool with no output schema, the description fully explains what is returned (fees for all states, exact quotes, cost warnings) and when to use it. Nothing essential is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so the schema fully covers everything. Per the calibration, a zero-parameter tool gets a baseline of 4, and the description appropriately does not need to explain parameters.

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 uses the specific verb 'List' with a clear resource: 'LLC dissolution filing fee for all 50 US states and DC'. It also notes the exact quoting behavior and cost warning, distinguishing it from sibling tools that cover costs of not dissolving or requirements.

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

Usage Guidelines4/5

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

The description explicitly states when to use the tool: 'when someone compares costs across states or asks which states charge to close an LLC.' It does not mention exclusions, but the sibling tool names make the alternative contexts clear, so the guidance is sufficiently useful.

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

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Contract and wills legal tools for AI agents: statute-cited requirements per contract type and US state, non-compete enforceability for all 50 states + DC, intake schemas, async multi-agent contract drafting with free previews, and contract risk analysis.
    8
    MIT
  • A
    license
    Not graded
    quality
    F
    maintenance
    Access US state DMV data including vehicle registrations, EV adoption, DMV office locations and services, live wait times, and California forms and insurer lookups. Supports multiple states with per-state quirks documented.
    13
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool addresses a distinct user need: ongoing costs of abandoning an LLC, requirements for dissolving in a specific state, and cross-state fee comparison. There is no meaningful overlap between the tools, so an agent can reliably select the right one.

Naming Consistency4/5

All tool names use snake_case and are descriptive, but two follow a verb_noun pattern (get_, list_) while the third is a noun phrase (cost_of_not_dissolving_llc). This minor inconsistency does not obscure meaning.

Tool Count5/5

Three tools is a well-scoped count for a focused informational server. Each tool earns its place by covering a distinct aspect of LLC dissolution, fitting within the ideal 3-15 range.

Completeness4/5

The server covers the primary informational needs: cost of inaction, state-specific requirements, and fee comparisons. A minor gap is the lack of a dedicated tool for computing total dissolution cost from both filing and ancillary fees, but this is partially addressed within get_llc_dissolution_requirements.

Resources