Skip to content

Products

Compliance Officer Service Expert-led compliance, end to end Compliance Portal Share security documents securely Open-source platform Deploy Probo on your own infrastructure

Resources

Probo stories How teams get compliant with Probo Blog Ideas and guidance from the Probo team Guides & tools Practical compliance guides and free tools Love from Customers What customers say about working with Probo Changelog Latest product updates Download Get the Probo Agent

Company

About The people and vision powering Probo Careers Join the team building Probo Brand assets Official logos and visual resources Security Review our security and compliance posture
Overview Understand Probo and its core concepts Product Explore Probo's GRC capabilities Developers Explore GraphQL, CLI, MCP, n8n, and webhooks Deployment Probo Cloud, self-hosting, and configuration

Explore

GitHub Explore our open-source compliance tools

Measures, tasks, and evidence MCP tools

Reference for 18 Probo MCP tools for measures, tasks, and evidence

View as Markdown

This page documents 18 tools in the measures, tasks, and evidence group. Return to the complete MCP tool reference to browse another group.

Select a tool to inspect its schemas and behavior. Schema links open the exact definition in GitHub.

  1. listMeasuresList MeasuresRead only

    List all measures for the organization.

    Behavior
    Read only · Non-destructive · Idempotent · Closed world
  2. getMeasureGet MeasureRead only

    Get a measure by ID.

    Behavior
    Read only · Non-destructive · Idempotent · Closed world
  3. addMeasureAdd MeasureWrites data

    Add a new measure to the organization.

    Behavior

    Writes data · Non-destructive · Non-idempotent · Closed world

  4. updateMeasureUpdate MeasureWrites data

    Update an existing measure.

    Behavior
    Writes data · Non-destructive · Idempotent · Closed world
  5. deleteMeasureDelete MeasureWrites data

    Delete a measure.

    Behavior
    Writes data · Destructive · Idempotent · Closed world
  6. listMeasureRisksList Measure RisksRead only

    List risks linked to a measure.

    Behavior
    Read only · Non-destructive · Idempotent · Closed world
  7. listMeasureTasksList Measure TasksRead only

    List tasks linked to a measure.

    Behavior
    Read only · Non-destructive · Idempotent · Closed world
  8. listMeasureEvidencesList Measure EvidencesRead only

    List evidences linked to a measure.

    Behavior
    Read only · Non-destructive · Idempotent · Closed world
  9. deleteEvidenceDelete EvidenceWrites data

    Delete an evidence.

    Behavior
    Writes data · Destructive · Idempotent · Closed world
  10. linkMeasureLink MeasureWrites data

    Link a measure to a resource (control, risk, document, or third party). The resource type is determined from the resource_id GID.

    Behavior
    Writes data · Non-destructive · Idempotent · Closed world
  11. unlinkMeasureUnlink MeasureWrites data

    Unlink a measure from a resource (control, risk, document, or third party). The resource type is determined from the resource_id GID.

    Behavior
    Writes data · Destructive · Idempotent · Closed world
  12. listTasksList TasksRead only

    List all tasks for the organization or measure.

    Behavior
    Read only · Non-destructive · Idempotent · Closed world
  13. getTaskGet TaskRead only

    Get a task by ID.

    Behavior
    Read only · Non-destructive · Idempotent · Closed world
  14. addTaskAdd TaskWrites data

    Add a new task to the organization.

    Behavior

    Writes data · Non-destructive · Non-idempotent · Closed world

  15. updateTaskUpdate TaskWrites data

    Update an existing task.

    Behavior
    Writes data · Non-destructive · Idempotent · Closed world
  16. assignTaskAssign TaskWrites data

    Assign a task to a person.

    Behavior
    Writes data · Non-destructive · Idempotent · Closed world
  17. unassignTaskUnassign TaskWrites data

    Unassign a task from a person.

    Behavior
    Writes data · Non-destructive · Idempotent · Closed world
  18. deleteTaskDelete TaskWrites data

    Delete a task.

    Behavior
    Writes data · Destructive · Idempotent · Closed world