The Framework object
Global ID (GID) of the framework.
GID of the organization this framework belongs to.
Name of the framework (e.g.
"SOC 2 Type II", "ISO 27001").Optional description of the framework.
ISO 8601 timestamp of when the framework was created.
ISO 8601 timestamp of the last update.
Operations
listFrameworks
Returns all frameworks for the organization. MCP tool:listFrameworks
Parameters
GID of the organization.
Number of results per page.
Pagination cursor from a previous response’s
next_cursor.Response
Array of framework objects.
Cursor for the next page.
Example
getFramework
Returns a single framework by ID. MCP tool:getFramework
Parameters
GID of the framework.
Response
The requested framework object.
addFramework
Creates a new framework. MCP tool:addFramework
Parameters
GID of the organization.
Framework name.
Optional description.
Response
The created framework object.
updateFramework
Updates an existing framework. MCP tool:updateFramework
Parameters
GID of the framework to update.
Updated name.
Updated description.
Response
The updated framework object.
Probo ships with pre-built framework templates for SOC 2, ISO 27001, GDPR, and HIPAA. These appear automatically when you enable a compliance program in the web app. Use
addFramework for custom frameworks.