Portals (Accountants)Write

Update Portal

update_portal

Update a portal's name, icon, description, capabilities, or limits. Capabilities control what the portal's direct members (the client) can do. Accountants only.

Parameters

ParameterTypeRequiredDescription
workspaceIdstringrequiredParent workspace ID — must be top-level (NOT a portal). Get from list_workspaces (entries WITHOUT a parentWorkspaceId).
portalIdstringrequiredPortal ID to update — get from list_portals

Example call

The tool call an MCP client sends (required arguments shown with placeholder values).

{
"tool": "update_portal",
"arguments": {
"workspaceId": "workspaceId_123",
"portalId": "portalId_123"
}
}

Use this tool in

Related Portals (Accountants) tools