Skip to main content
Glama

Archive or Restore Company

hudu_archive_company
Idempotent

Archive or restore a company in Hudu to hide it from normal views without deleting data. Use this reversible action when a record needs temporary removal but must remain recoverable.

Instructions

Archive or unarchive a company. Archiving hides the record from normal views without deleting it, and is reversible by calling this tool again with archived: false.

This is the reversible alternative to deletion and should be preferred whenever the user wants something "removed" without saying they want it gone permanently.

Operation class: Update. Impact: Hides or restores this company. Reversible.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesNumeric Hudu id of the company.
archivedYestrue archives the record; false restores it from the archive.
Behavior4/5

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

The description reveals key behaviors beyond annotations: archiving hides from normal views, is reversible, and is classified as an Update. While annotations already indicate non-destructive/idempotent behavior, the description adds meaningful context about reversibility and impact, though it doesn't mention response details or side effects on related records.

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 well-structured with a clear opening, usage note, and impact summary. It is concise but slightly redundant in repeating 'reversible' across multiple sections, keeping it from being maximally tight.

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's low complexity, full schema coverage, and supporting annotations, the description fully covers what the tool does, when to use it, and its reversible impact. No output schema exists, so describing return values is not required.

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 coverage is 100%, so the input schema already documents both 'id' and 'archived' clearly. The description only restates the archived=false behavior for reversibility without adding new parameter-level details beyond the schema.

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 'Archive or unarchive a company', a specific verb and resource that clearly states the tool's function. It further distinguishes itself from sibling archive tools by focusing on companies and explains that archiving hides the record without deleting.

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

Usage Guidelines5/5

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

It explicitly advises using this tool as 'the reversible alternative to deletion' and says it should be preferred whenever the user wants something removed without permanent deletion. This provides clear when-to-use guidance relative to deletion or other operations.

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/ZenixSolutions/hudu-mcp'

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