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

Assets and data MCP tools

Reference for 12 Probo MCP tools for assets and data

View as Markdown

This page documents 12 tools in the assets and data 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. listAssetsList AssetsRead only

    List all assets for the organization.

    Behavior
    Read only · Non-destructive · Idempotent · Closed world
  2. getAssetGet AssetRead only

    Get an asset by ID.

    Behavior
    Read only · Non-destructive · Idempotent · Closed world
  3. addAssetAdd AssetWrites data

    Add a new asset to the organization.

    Behavior

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

  4. updateAssetUpdate AssetWrites data

    Update an existing asset.

    Behavior
    Writes data · Non-destructive · Idempotent · Closed world
  5. deleteAssetDelete AssetWrites data

    Delete an asset.

    Behavior
    Writes data · Destructive · Idempotent · Closed world
  6. listDataList DataRead only

    List all data for the organization.

    Behavior
    Read only · Non-destructive · Idempotent · Closed world
  7. getDatumGet DatumRead only

    Get a datum by ID.

    Behavior
    Read only · Non-destructive · Idempotent · Closed world
  8. addDatumAdd DatumWrites data

    Add a new datum to the organization.

    Behavior

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

  9. updateDatumUpdate DatumWrites data

    Update an existing datum.

    Behavior
    Writes data · Non-destructive · Idempotent · Closed world
  10. deleteDatumDelete DatumWrites data

    Delete a datum.

    Behavior
    Writes data · Destructive · Idempotent · Closed world
  11. publishDataListPublish Data ListWrites data

    Publish the data list for an organization as a document. If a document already exists, a new version is created.

    Behavior
    Writes data · Non-destructive · Idempotent · Closed world
  12. publishAssetListPublish Asset ListWrites data

    Publish the asset list for an organization as a document. If a document already exists, a new version is created.

    Behavior
    Writes data · Non-destructive · Idempotent · Closed world