haus
H
haus
/update_document

update document

Update a document. Omitted fields unchanged.

liveunknown~5s typical
mcphaus
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-onehaus-haus /update_document for me.

Input

FieldTypeDescription
id*stringThe id of the document to update, as returned by create_document or list_documents.
documentTypestring (Passport | Insurance | Certificate | Warranty | License | Other)The kind of document being stored. Omit to leave unchanged.
titlestringA custom title for the document. Omit to leave unchanged.
documentNumberstringThe document's reference or serial number, e.g. a passport number or insurance policy numb
issuingAuthoritystringThe organization or authority that issued the document. Omit to leave unchanged.
renewalCronExpressionstringReserved for a future renewal-reminder schedule. Currently accepted but not persisted or a
feeobjectThe cost associated with the document, e.g. a renewal or issuance fee. Omit to leave uncha
notesstringFree-text notes about the document. Omit to leave unchanged.

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-app-onehaus-haus","endpoint":"/update_document","input":{"id":"..."}}'
cli
npx cracked-ai run -p mcp-app-onehaus-haus -e /update_document -i '{"id":"..."}'
mcp
run_tool({ provider: "mcp-app-onehaus-haus", endpoint: "/update_document", input: {"id":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.