The Measure object
Global ID (GID) of the measure.
Category of the measure (free-form string, e.g.
"Access Control", "Encryption").Name of the measure.
Optional description of the measure.
Current implementation state. See MeasureState enum.
ISO 8601 timestamp of when the measure was created.
ISO 8601 timestamp of the last update.
MeasureState enum
| Value | Description |
|---|---|
NOT_STARTED | The measure has not yet been started |
IN_PROGRESS | The measure is currently being implemented |
NOT_APPLICABLE | The measure does not apply to this organization |
IMPLEMENTED | The measure is fully implemented |
Operations
listMeasures
Returns all measures for the organization. MCP tool:listMeasures
Parameters
GID of the organization.
Number of results per page.
Pagination cursor from a previous response’s
next_cursor.Response
Array of measure objects.
Cursor for the next page.
getMeasure
Returns a single measure by ID. MCP tool:getMeasure
Parameters
GID of the measure.
Response
The requested measure object.
addMeasure
Creates a new measure. MCP tool:addMeasure
Parameters
GID of the organization.
Measure name.
Measure category.
Optional description.
Response
The created measure object.
updateMeasure
Updates an existing measure. MCP tool:updateMeasure
Parameters
GID of the measure to update.
Updated name.
Updated category.
Updated description.
Updated implementation state.
Response
The updated measure object.
deleteMeasure
Deletes a measure. MCP tool:deleteMeasure
Parameters
GID of the measure to delete.
Response
GID of the deleted measure.
linkMeasure
Links a measure to another resource (a risk or a control). MCP tool:linkMeasure
Parameters
GID of the measure.
GID of the resource to link — a risk or a framework control.
unlinkMeasure
Removes a link between a measure and another resource. MCP tool:unlinkMeasure
Parameters
GID of the measure.
GID of the resource to unlink.
Related list operations
Use these tools to retrieve resources associated with a measure.listMeasureRisks
Returns risks linked to a measure. MCP tool:listMeasureRisks
GID of the measure.
listMeasureControls
Returns framework controls linked to a measure. MCP tool:listMeasureControls
GID of the measure.
listMeasureTasks
Returns tasks linked to a measure. MCP tool:listMeasureTasks
GID of the measure.
listMeasureEvidences
Returns evidence items collected for a measure. MCP tool:listMeasureEvidences
GID of the measure.