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
| Field | Type | Description |
|---|---|---|
| id* | string | The id of the document to update, as returned by create_document or list_documents. |
| documentType | string (Passport | Insurance | Certificate | Warranty | License | Other) | The kind of document being stored. Omit to leave unchanged. |
| title | string | A custom title for the document. Omit to leave unchanged. |
| documentNumber | string | The document's reference or serial number, e.g. a passport number or insurance policy numb |
| issuingAuthority | string | The organization or authority that issued the document. Omit to leave unchanged. |
| renewalCronExpression | string | Reserved for a future renewal-reminder schedule. Currently accepted but not persisted or a |
| fee | object | The cost associated with the document, e.g. a renewal or issuance fee. Omit to leave uncha |
| notes | string | Free-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.