Help Center / MCP Server / Available Tools

Available Tools

The server exposes nine tools. An AI client calls them on your behalf, so you rarely name them directly, but knowing what exists tells you what you can reasonably ask for.

Every tool validates the licence before doing any work.

Session and discovery

ToolPurposeParameters
init_sessionStarts the session and lists configured data sources with their system types. Call this firstnone
list_analysis_logsLists available analysis logs, user-analysis*.log and roles-analysis*.logdate as YYYY-MM-DD or today; today; recent, defaulting to 10; limit; user; role; system

Analysis results

ToolPurposeParameters
summarize_analysisSummarizes one or more logs: risk counts, impacted entities, and the selection criteria the run usedone or more log filenames
get_analysis_detailDetailed report rows from a loganalysis_log; optional user_or_role, risk_id, limit
get_users_or_roles_triggering_risksHow many users or roles are impacted, by risk ID, business process, or risk levelrisk ID, business process, or risk level

Remediation

ToolPurposeParameters
get_remediation_reportGenerates remediation output for one risk from an analysis loganalysis_log, risk_id

Role and permission queries

These run against a loaded data source rather than an analysis log, so they work even where no analysis covers the question.

ToolPurposeParameters
find_roles_by_criteriaRoles and composite roles held by a user that match given permission criteriauser, plus permission criteria
find_single_roles_by_permission_criteriaSingle roles exposing given permission criteria, with an assignment summarypermission criteria
describe_roleFull description of a role: structure, permissions, membershipsrole name

find_roles_by_criteria accepts either the canonical user ID that analyses report or a system account name, and returns matches per account the user holds. This matters in a cross-system landscape where the same person has several account names. See Cross-System Analysis.

What is not here

The MCP server reads completed analyses and loaded data sources. It does not run an analysis, change criteria, or write anything back to your ERP or IAM system. Run the analysis in the application, then query it here.

Updated on: 2026-08-02

« Back to MCP Server