Skip to main content
Glama

Update Password

hudu_update_password
Idempotent

Update an existing password in Hudu to change its username, password, URL, or linked company. Only the fields you send are overwritten.

Instructions

Update an existing password. A password record in Hudu — the credential vault entry for a company, optionally attached to a specific asset or website. Hudu calls these "AssetPassword" in the API and simply "Passwords" in its interface.

Only the fields you supply are sent. Be aware that Hudu applies these as a PUT: for fields you do send, the new value replaces the old one outright — read the record first with hudu_get_password if you intend to append rather than overwrite.

Operation class: Update. Impact: Overwrites the supplied fields on this password.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesNumeric Hudu id of the password.
urlNoURL this credential relates to.
nameNoLabel for this credential, e.g. "Firewall admin" or "M365 global admin".
passwordNoThe secret itself. You are writing credential material into Hudu. Never invent a password or an OTP secret yourself, never copy one out of another tool result, and never repeat the value back in your reply, in a summary, or in a later tool call. Take it from the user for this one call and then let go of it.
usernameNoUsername or account name this credential is for.
in_portalNoWhen true, the credential is exposed in the customer-facing Hudu portal, where end users can see it. Confirm with the user before enabling this — it widens who can read the secret beyond your own staff.
login_urlNoSign-in page URL, if different from url.
company_idNoCompany this credential belongs to. Resolve it with hudu_list_companies first.
otp_secretNoTOTP seed for multi-factor login on this account, base32. Storing this beside the password puts both factors in one place — say so to the user before doing it. You are writing credential material into Hudu. Never invent a password or an OTP secret yourself, never copy one out of another tool result, and never repeat the value back in your reply, in a summary, or in a later tool call. Take it from the user for this one call and then let go of it.
descriptionNoNotes about the credential. Do not put the password itself here.
password_typeNoFree-text category, e.g. "Local admin". Hudu publishes no list of legal values; read an existing record to see what this instance uses.
passwordable_idNoNumeric id of the record named by passwordable_type.
passwordable_typeNoType of record this credential belongs to. Pair with passwordable_id. Omit both to store the credential against the company alone rather than a specific record.
password_folder_idNoFolder to file the credential under. List folders with hudu_list_password_folders.
Behavior5/5

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

Goes well beyond the annotations by disclosing PUT semantics: only supplied fields are sent and their new values replace the old ones outright. It also warns of overwrite risk and names hudu_get_password as a safety measure, adding meaningful behavioral context not present in the structured fields.

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 compact and front-loaded, with three short paragraphs that each earn their place: purpose, PUT behavior warning, and a terse operation/impact summary. No redundant or filler text is present.

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?

For a 14-parameter update tool with a richly detailed input schema, the description covers purpose, mutation semantics, and update strategy effectively. While there is no output schema and return behavior is not described, the core risks and usage are sufficiently addressed, leaving only minor gaps around response expectations.

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 schema already provides 100% descriptive coverage for all parameters, so the baseline is 3. The description adds crucial semantics about how parameters are applied (only supplied fields are sent, replacements are outright), which clarifies behavior for every parameter even though it does not detail each field individually.

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?

Clearly states 'Update an existing password' and explains what a password record is in Hudu, including API vs interface terminology. The verb and resource are specific and the tool is distinguishable from its create/get/archive siblings.

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?

Explicitly recommends reading the record first with hudu_get_password when intending to append, which is a concrete usage guideline. The description implies updating existing records rather than creating new ones, but does not explicitly state when not to use it or mention alternatives like hudu_create_password.

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