MCP tools/Improvements

Improvements register

Improvements are the platform's punch-list / issue-tracker primitive. Categories form the taxonomy; evidence links docs and diagrams to a finding; activity is the threaded comment + status-change log. Compliance scans auto-log gaps as improvements so the team has a concrete punch list.

Live discovery

Your agent can call searchTools with category: "improvements" to fetch this list at runtime, complete with full input schemas. The page below is the human-readable mirror.

15 tools

Every tool below honours the credential’s permission scope and the user’s org role — agents see only what they’re authorised to call.

  • listImprovements

    List improvements with status / category / priority filters.

  • searchImprovements

    Full-text search across improvements.

  • getImprovement

    Read a single improvement (includes activity + evidence).

  • createImprovement

    Capture a new improvement.

  • updateImprovement

    Change status, type, priority, owner, or text.

  • deleteImprovement

    Remove an improvement.

  • listImprovementCategories

    Category taxonomy for an org.

  • createImprovementCategory

    Add a category.

  • updateImprovementCategory

    Edit a category's name, colour, or icon.

  • deleteImprovementCategory

    Remove a category.

  • reorderImprovementCategories

    Change category display order.

  • addImprovementActivity

    Add a comment or status-change to an improvement.

  • addImprovementEvidence

    Attach a doc, diagram, or link as evidence.

  • updateImprovementComment

    Edit an activity entry.

  • deleteImprovementComment

    Remove an activity entry.