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

Frameworks and controls MCP tools

Reference for 16 Probo MCP tools for frameworks and controls

View as Markdown

This page documents 16 tools in the frameworks and controls 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. listMeasureControlsList Measure ControlsRead only

    List controls linked to a measure.

    Behavior
    Read only · Non-destructive · Idempotent · Closed world
  2. listFrameworksList FrameworksRead only

    List all frameworks for the organization.

    Behavior
    Read only · Non-destructive · Idempotent · Closed world
  3. getFrameworkGet FrameworkRead only

    Get a framework by ID.

    Behavior
    Read only · Non-destructive · Idempotent · Closed world
  4. addFrameworkAdd FrameworkWrites data

    Add a new framework to the organization.

    Behavior

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

  5. updateFrameworkUpdate FrameworkWrites data

    Update an existing framework.

    Behavior
    Writes data · Non-destructive · Idempotent · Closed world
  6. deleteFrameworkDelete FrameworkWrites data

    Delete a framework.

    Behavior
    Writes data · Destructive · Idempotent · Closed world
  7. listControlsList ControlsRead only

    List all controls for the organization or framework.

    Behavior
    Read only · Non-destructive · Idempotent · Closed world
  8. getControlGet ControlRead only

    Get a control by ID.

    Behavior
    Read only · Non-destructive · Idempotent · Closed world
  9. addControlAdd ControlWrites data

    Add a new control to a framework.

    Behavior

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

  10. updateControlUpdate ControlWrites data

    Update an existing control.

    Behavior
    Writes data · Non-destructive · Idempotent · Closed world
  11. deleteControlDelete ControlWrites data

    Delete a control.

    Behavior
    Writes data · Destructive · Idempotent · Closed world
  12. linkControlLink ControlWrites data

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

    Behavior
    Writes data · Non-destructive · Idempotent · Closed world
  13. unlinkControlUnlink ControlWrites data

    Unlink a resource from a control (measure, document, audit, or obligation). The resource type is determined from the resource_id GID.

    Behavior
    Writes data · Destructive · Idempotent · Closed world
  14. listControlObligationsList Control ObligationsRead only

    List obligations linked to a control.

    Behavior
    Read only · Non-destructive · Idempotent · Closed world
  15. listControlMeasuresList Control MeasuresRead only

    List measures linked to a control.

    Behavior
    Read only · Non-destructive · Idempotent · Closed world
  16. listControlAuditsList Control AuditsRead only

    List audits linked to a control.

    Behavior
    Read only · Non-destructive · Idempotent · Closed world