KosmoKrator

analytics

Microsoft Reports MCP Gateway for AI Agents

Expose Microsoft Reports tools to Claude Code, Cursor, Codex, and other MCP clients through the local KosmoKrator MCP gateway.

Microsoft Reports MCP Gateway

Expose Microsoft Reports to MCP clients with `kosmokrator mcp:serve --integration=microsoft-reports`.

If the client has never used KosmoKrator before, install it first, then register this integration as a stdio MCP server.

Install KosmoKrator
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash
Install gateway entry
kosmokrator mcp:gateway:install --integration=microsoft-reports --write=deny --json
MCP configuration
{
  "mcpServers": {
    "kosmokrator-microsoft-reports": {
      "type": "stdio",
      "command": "kosmo",
      "args": [
        "mcp:serve",
        "--integration=microsoft-reports",
        "--write=deny"
      ]
    }
  }
}
Serve manually
kosmokrator mcp:serve --integration=microsoft-reports --write=deny

Client Notes

Use one scoped MCP gateway entry, then adapt the config location to the client or framework.

Claude Code Connect local KosmoKrator integrations to Claude Code through one scoped MCP gateway entry. Claude Code can launch the local kosmo binary directly from the project MCP config.
Cursor Expose selected local integrations to Cursor through KosmoKrator without configuring each service as its own MCP server. Use the same KosmoKrator install and integration credentials that power terminal and headless runs.
Codex Use KosmoKrator as a local MCP proxy for Codex so coding sessions can reach selected integrations with explicit write policy. Keep write access denied or ask-based unless the workspace is trusted.
OpenAI Agents SDK Attach KosmoKrator integration tools to OpenAI Agents SDK workflows through a local MCP gateway. Use headless JSON commands for CI-style execution and MCP for agent tool discovery.
Claude Agent SDK Give Claude Agent SDK workflows access to KosmoKrator integrations through a local MCP server. Use a narrow integration list so the agent does not load unrelated tools.
Vercel AI SDK Use KosmoKrator as a local integration gateway for Vercel AI SDK agents and scripts. Prefer CLI JSON calls when a workflow only needs one deterministic integration operation.
LangChain Bridge LangChain agents to local KosmoKrator integration tools through MCP or headless CLI calls. Keep the gateway scoped to the integration and operation class needed by the chain.
LangGraph Run KosmoKrator integration calls from LangGraph nodes while preserving local credentials and permissions. Headless CLI calls fit repeatable graph edges; MCP fits exploratory agent nodes.
CrewAI Expose KosmoKrator integrations to CrewAI workers as scoped local tools. Use per-worker integration scopes to avoid giving every worker every tool.
Generic MCP Clients Connect any stdio-compatible MCP client to local KosmoKrator integration tools. Start with read-only write policy and expand only for trusted projects.

MCP Tool Names

KosmoKrator exposes integration tools through the gateway with stable names.

MCP toolSource functionType
integration__microsoft_reports__microsoft_reports_reports_report_root_get_report_root microsoft-reports.microsoft_reports_reports_report_root_get_report_root Read read
integration__microsoft_reports__microsoft_reports_reports_report_root_update_report_root microsoft-reports.microsoft_reports_reports_report_root_update_report_root Write write
integration__microsoft_reports__microsoft_reports_reports_delete_authentication_methods microsoft-reports.microsoft_reports_reports_delete_authentication_methods Write write
integration__microsoft_reports__microsoft_reports_reports_get_authentication_methods microsoft-reports.microsoft_reports_reports_get_authentication_methods Read read
integration__microsoft_reports__microsoft_reports_reports_update_authentication_methods microsoft-reports.microsoft_reports_reports_update_authentication_methods Write write
integration__microsoft_reports__microsoft_reports_reports_authentication_methods_list_user_registration_details microsoft-reports.microsoft_reports_reports_authentication_methods_list_user_registration_details Read read
integration__microsoft_reports__microsoft_reports_reports_authentication_methods_create_user_registration_details microsoft-reports.microsoft_reports_reports_authentication_methods_create_user_registration_details Write write
integration__microsoft_reports__microsoft_reports_reports_authentication_methods_user_registration_details_get_count_0ab7 microsoft-reports.microsoft_reports_reports_authentication_methods_user_registration_details_get_count_0ab7 Read read
integration__microsoft_reports__microsoft_reports_reports_authentication_methods_delete_user_registration_details microsoft-reports.microsoft_reports_reports_authentication_methods_delete_user_registration_details Write write
integration__microsoft_reports__microsoft_reports_reports_authentication_methods_get_user_registration_details microsoft-reports.microsoft_reports_reports_authentication_methods_get_user_registration_details Read read
integration__microsoft_reports__microsoft_reports_reports_authentication_methods_update_user_registration_details microsoft-reports.microsoft_reports_reports_authentication_methods_update_user_registration_details Write write
integration__microsoft_reports__microsoft_reports_reports_authentication_methods_users_registered_by_feature_07f2 microsoft-reports.microsoft_reports_reports_authentication_methods_users_registered_by_feature_07f2 Read read
integration__microsoft_reports__microsoft_reports_reports_authentication_methods_users_registered_by_feature_b345 microsoft-reports.microsoft_reports_reports_authentication_methods_users_registered_by_feature_b345 Read read
integration__microsoft_reports__microsoft_reports_reports_authentication_methods_users_registered_by_method_d25d microsoft-reports.microsoft_reports_reports_authentication_methods_users_registered_by_method_d25d Read read
integration__microsoft_reports__microsoft_reports_reports_authentication_methods_users_registered_by_method_fb94 microsoft-reports.microsoft_reports_reports_authentication_methods_users_registered_by_method_fb94 Read read
integration__microsoft_reports__microsoft_reports_reports_list_daily_print_usage_by_printer microsoft-reports.microsoft_reports_reports_list_daily_print_usage_by_printer Read read
integration__microsoft_reports__microsoft_reports_reports_create_daily_print_usage_by_printer microsoft-reports.microsoft_reports_reports_create_daily_print_usage_by_printer Write write
integration__microsoft_reports__microsoft_reports_reports_daily_print_usage_by_printer_get_count_73e4 microsoft-reports.microsoft_reports_reports_daily_print_usage_by_printer_get_count_73e4 Read read
integration__microsoft_reports__microsoft_reports_reports_delete_daily_print_usage_by_printer microsoft-reports.microsoft_reports_reports_delete_daily_print_usage_by_printer Write write
integration__microsoft_reports__microsoft_reports_reports_get_daily_print_usage_by_printer microsoft-reports.microsoft_reports_reports_get_daily_print_usage_by_printer Read read
integration__microsoft_reports__microsoft_reports_reports_update_daily_print_usage_by_printer microsoft-reports.microsoft_reports_reports_update_daily_print_usage_by_printer Write write
integration__microsoft_reports__microsoft_reports_reports_list_daily_print_usage_by_user microsoft-reports.microsoft_reports_reports_list_daily_print_usage_by_user Read read
integration__microsoft_reports__microsoft_reports_reports_create_daily_print_usage_by_user microsoft-reports.microsoft_reports_reports_create_daily_print_usage_by_user Write write
integration__microsoft_reports__microsoft_reports_reports_daily_print_usage_by_user_get_count_e839 microsoft-reports.microsoft_reports_reports_daily_print_usage_by_user_get_count_e839 Read read
integration__microsoft_reports__microsoft_reports_reports_delete_daily_print_usage_by_user microsoft-reports.microsoft_reports_reports_delete_daily_print_usage_by_user Write write
integration__microsoft_reports__microsoft_reports_reports_get_daily_print_usage_by_user microsoft-reports.microsoft_reports_reports_get_daily_print_usage_by_user Read read
integration__microsoft_reports__microsoft_reports_reports_update_daily_print_usage_by_user microsoft-reports.microsoft_reports_reports_update_daily_print_usage_by_user Write write
integration__microsoft_reports__microsoft_reports_reports_device_configuration_device_activity microsoft-reports.microsoft_reports_reports_device_configuration_device_activity Read read
integration__microsoft_reports__microsoft_reports_reports_device_configuration_user_activity microsoft-reports.microsoft_reports_reports_device_configuration_user_activity Read read
integration__microsoft_reports__microsoft_reports_reports_get_email_activity_counts microsoft-reports.microsoft_reports_reports_get_email_activity_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_email_activity_user_counts microsoft-reports.microsoft_reports_reports_get_email_activity_user_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_email_activity_user_detail_4d91 microsoft-reports.microsoft_reports_reports_get_email_activity_user_detail_4d91 Read read
integration__microsoft_reports__microsoft_reports_reports_get_email_activity_user_detail_6549 microsoft-reports.microsoft_reports_reports_get_email_activity_user_detail_6549 Read read
integration__microsoft_reports__microsoft_reports_reports_get_email_app_usage_apps_user_counts microsoft-reports.microsoft_reports_reports_get_email_app_usage_apps_user_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_email_app_usage_user_counts microsoft-reports.microsoft_reports_reports_get_email_app_usage_user_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_email_app_usage_user_detail_d5d6 microsoft-reports.microsoft_reports_reports_get_email_app_usage_user_detail_d5d6 Read read
integration__microsoft_reports__microsoft_reports_reports_get_email_app_usage_user_detail_6aff microsoft-reports.microsoft_reports_reports_get_email_app_usage_user_detail_6aff Read read
integration__microsoft_reports__microsoft_reports_reports_get_email_app_usage_versions_user_counts microsoft-reports.microsoft_reports_reports_get_email_app_usage_versions_user_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_group_archived_print_jobs microsoft-reports.microsoft_reports_reports_get_group_archived_print_jobs Read read
integration__microsoft_reports__microsoft_reports_reports_get_m365_app_platform_user_counts microsoft-reports.microsoft_reports_reports_get_m365_app_platform_user_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_m365_app_user_counts microsoft-reports.microsoft_reports_reports_get_m365_app_user_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_m365_app_user_detail_0f08 microsoft-reports.microsoft_reports_reports_get_m365_app_user_detail_0f08 Read read
integration__microsoft_reports__microsoft_reports_reports_get_m365_app_user_detail_8c91 microsoft-reports.microsoft_reports_reports_get_m365_app_user_detail_8c91 Read read
integration__microsoft_reports__microsoft_reports_reports_get_mailbox_usage_detail microsoft-reports.microsoft_reports_reports_get_mailbox_usage_detail Read read
integration__microsoft_reports__microsoft_reports_reports_get_mailbox_usage_mailbox_counts microsoft-reports.microsoft_reports_reports_get_mailbox_usage_mailbox_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_mailbox_usage_quota_status_mailbox_counts microsoft-reports.microsoft_reports_reports_get_mailbox_usage_quota_status_mailbox_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_mailbox_usage_storage microsoft-reports.microsoft_reports_reports_get_mailbox_usage_storage Read read
integration__microsoft_reports__microsoft_reports_reports_get_office365_activation_counts microsoft-reports.microsoft_reports_reports_get_office365_activation_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_office365_activations_user_counts microsoft-reports.microsoft_reports_reports_get_office365_activations_user_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_office365_activations_user_detail microsoft-reports.microsoft_reports_reports_get_office365_activations_user_detail Read read
integration__microsoft_reports__microsoft_reports_reports_get_office365_active_user_counts microsoft-reports.microsoft_reports_reports_get_office365_active_user_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_office365_active_user_detail_b911 microsoft-reports.microsoft_reports_reports_get_office365_active_user_detail_b911 Read read
integration__microsoft_reports__microsoft_reports_reports_get_office365_active_user_detail_3cc0 microsoft-reports.microsoft_reports_reports_get_office365_active_user_detail_3cc0 Read read
integration__microsoft_reports__microsoft_reports_reports_get_office365_groups_activity_counts microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_office365_groups_activity_detail_87d6 microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_detail_87d6 Read read
integration__microsoft_reports__microsoft_reports_reports_get_office365_groups_activity_detail_fe77 microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_detail_fe77 Read read
integration__microsoft_reports__microsoft_reports_reports_get_office365_groups_activity_file_counts microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_file_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_office365_groups_activity_group_counts microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_group_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_office365_groups_activity_storage microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_storage Read read
integration__microsoft_reports__microsoft_reports_reports_get_office365_services_user_counts microsoft-reports.microsoft_reports_reports_get_office365_services_user_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_one_drive_activity_file_counts microsoft-reports.microsoft_reports_reports_get_one_drive_activity_file_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_one_drive_activity_user_counts microsoft-reports.microsoft_reports_reports_get_one_drive_activity_user_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_one_drive_activity_user_detail_77b1 microsoft-reports.microsoft_reports_reports_get_one_drive_activity_user_detail_77b1 Read read
integration__microsoft_reports__microsoft_reports_reports_get_one_drive_activity_user_detail_657c microsoft-reports.microsoft_reports_reports_get_one_drive_activity_user_detail_657c Read read
integration__microsoft_reports__microsoft_reports_reports_get_one_drive_usage_account_counts microsoft-reports.microsoft_reports_reports_get_one_drive_usage_account_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_one_drive_usage_account_detail_3b63 microsoft-reports.microsoft_reports_reports_get_one_drive_usage_account_detail_3b63 Read read
integration__microsoft_reports__microsoft_reports_reports_get_one_drive_usage_account_detail_20b2 microsoft-reports.microsoft_reports_reports_get_one_drive_usage_account_detail_20b2 Read read
integration__microsoft_reports__microsoft_reports_reports_get_one_drive_usage_file_counts microsoft-reports.microsoft_reports_reports_get_one_drive_usage_file_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_one_drive_usage_storage microsoft-reports.microsoft_reports_reports_get_one_drive_usage_storage Read read
integration__microsoft_reports__microsoft_reports_reports_get_printer_archived_print_jobs microsoft-reports.microsoft_reports_reports_get_printer_archived_print_jobs Read read
integration__microsoft_reports__microsoft_reports_reports_get_relying_party_detailed_summary microsoft-reports.microsoft_reports_reports_get_relying_party_detailed_summary Read read
integration__microsoft_reports__microsoft_reports_reports_get_share_point_activity_file_counts microsoft-reports.microsoft_reports_reports_get_share_point_activity_file_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_share_point_activity_pages microsoft-reports.microsoft_reports_reports_get_share_point_activity_pages Read read
integration__microsoft_reports__microsoft_reports_reports_get_share_point_activity_user_counts microsoft-reports.microsoft_reports_reports_get_share_point_activity_user_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_share_point_activity_user_detail_48b2 microsoft-reports.microsoft_reports_reports_get_share_point_activity_user_detail_48b2 Read read
integration__microsoft_reports__microsoft_reports_reports_get_share_point_activity_user_detail_9e51 microsoft-reports.microsoft_reports_reports_get_share_point_activity_user_detail_9e51 Read read
integration__microsoft_reports__microsoft_reports_reports_get_share_point_site_usage_detail_a4c0 microsoft-reports.microsoft_reports_reports_get_share_point_site_usage_detail_a4c0 Read read
integration__microsoft_reports__microsoft_reports_reports_get_share_point_site_usage_detail_4fd6 microsoft-reports.microsoft_reports_reports_get_share_point_site_usage_detail_4fd6 Read read
integration__microsoft_reports__microsoft_reports_reports_get_share_point_site_usage_file_counts microsoft-reports.microsoft_reports_reports_get_share_point_site_usage_file_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_share_point_site_usage_pages microsoft-reports.microsoft_reports_reports_get_share_point_site_usage_pages Read read
integration__microsoft_reports__microsoft_reports_reports_get_share_point_site_usage_site_counts microsoft-reports.microsoft_reports_reports_get_share_point_site_usage_site_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_share_point_site_usage_storage microsoft-reports.microsoft_reports_reports_get_share_point_site_usage_storage Read read
integration__microsoft_reports__microsoft_reports_reports_get_skype_for_business_activity_counts microsoft-reports.microsoft_reports_reports_get_skype_for_business_activity_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_skype_for_business_activity_user_counts microsoft-reports.microsoft_reports_reports_get_skype_for_business_activity_user_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_skype_for_business_activity_user_detail_83d0 microsoft-reports.microsoft_reports_reports_get_skype_for_business_activity_user_detail_83d0 Read read
integration__microsoft_reports__microsoft_reports_reports_get_skype_for_business_activity_user_detail_74d9 microsoft-reports.microsoft_reports_reports_get_skype_for_business_activity_user_detail_74d9 Read read
integration__microsoft_reports__microsoft_reports_reports_get_skype_for_business_device_usage_distribution_user_counts microsoft-reports.microsoft_reports_reports_get_skype_for_business_device_usage_distribution_user_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_skype_for_business_device_usage_user_counts microsoft-reports.microsoft_reports_reports_get_skype_for_business_device_usage_user_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_skype_for_business_device_usage_user_detail_fe29 microsoft-reports.microsoft_reports_reports_get_skype_for_business_device_usage_user_detail_fe29 Read read
integration__microsoft_reports__microsoft_reports_reports_get_skype_for_business_device_usage_user_detail_ee84 microsoft-reports.microsoft_reports_reports_get_skype_for_business_device_usage_user_detail_ee84 Read read
integration__microsoft_reports__microsoft_reports_reports_get_skype_for_business_organizer_activity_counts microsoft-reports.microsoft_reports_reports_get_skype_for_business_organizer_activity_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_skype_for_business_organizer_activity_minute_counts microsoft-reports.microsoft_reports_reports_get_skype_for_business_organizer_activity_minute_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_skype_for_business_organizer_activity_user_counts microsoft-reports.microsoft_reports_reports_get_skype_for_business_organizer_activity_user_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_skype_for_business_participant_activity_counts microsoft-reports.microsoft_reports_reports_get_skype_for_business_participant_activity_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_skype_for_business_participant_activity_minute_counts microsoft-reports.microsoft_reports_reports_get_skype_for_business_participant_activity_minute_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_skype_for_business_participant_activity_user_counts microsoft-reports.microsoft_reports_reports_get_skype_for_business_participant_activity_user_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_skype_for_business_peer_to_peer_activity_counts microsoft-reports.microsoft_reports_reports_get_skype_for_business_peer_to_peer_activity_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_skype_for_business_peer_to_peer_activity_minute_counts microsoft-reports.microsoft_reports_reports_get_skype_for_business_peer_to_peer_activity_minute_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_skype_for_business_peer_to_peer_activity_user_counts microsoft-reports.microsoft_reports_reports_get_skype_for_business_peer_to_peer_activity_user_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_teams_device_usage_distribution_user_counts microsoft-reports.microsoft_reports_reports_get_teams_device_usage_distribution_user_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_teams_device_usage_user_counts microsoft-reports.microsoft_reports_reports_get_teams_device_usage_user_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_teams_device_usage_user_detail_8630 microsoft-reports.microsoft_reports_reports_get_teams_device_usage_user_detail_8630 Read read
integration__microsoft_reports__microsoft_reports_reports_get_teams_device_usage_user_detail_62d3 microsoft-reports.microsoft_reports_reports_get_teams_device_usage_user_detail_62d3 Read read
integration__microsoft_reports__microsoft_reports_reports_get_teams_team_activity_counts microsoft-reports.microsoft_reports_reports_get_teams_team_activity_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_teams_team_activity_detail_391d microsoft-reports.microsoft_reports_reports_get_teams_team_activity_detail_391d Read read
integration__microsoft_reports__microsoft_reports_reports_get_teams_team_activity_detail_ee18 microsoft-reports.microsoft_reports_reports_get_teams_team_activity_detail_ee18 Read read
integration__microsoft_reports__microsoft_reports_reports_get_teams_team_activity_distribution_counts microsoft-reports.microsoft_reports_reports_get_teams_team_activity_distribution_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_teams_team_counts microsoft-reports.microsoft_reports_reports_get_teams_team_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_teams_user_activity_counts microsoft-reports.microsoft_reports_reports_get_teams_user_activity_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_teams_user_activity_user_counts microsoft-reports.microsoft_reports_reports_get_teams_user_activity_user_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_teams_user_activity_user_detail_fba7 microsoft-reports.microsoft_reports_reports_get_teams_user_activity_user_detail_fba7 Read read
integration__microsoft_reports__microsoft_reports_reports_get_teams_user_activity_user_detail_7554 microsoft-reports.microsoft_reports_reports_get_teams_user_activity_user_detail_7554 Read read
integration__microsoft_reports__microsoft_reports_reports_get_user_archived_print_jobs microsoft-reports.microsoft_reports_reports_get_user_archived_print_jobs Read read
integration__microsoft_reports__microsoft_reports_reports_get_yammer_activity_counts microsoft-reports.microsoft_reports_reports_get_yammer_activity_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_yammer_activity_user_counts microsoft-reports.microsoft_reports_reports_get_yammer_activity_user_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_yammer_activity_user_detail_41fe microsoft-reports.microsoft_reports_reports_get_yammer_activity_user_detail_41fe Read read
integration__microsoft_reports__microsoft_reports_reports_get_yammer_activity_user_detail_9506 microsoft-reports.microsoft_reports_reports_get_yammer_activity_user_detail_9506 Read read
integration__microsoft_reports__microsoft_reports_reports_get_yammer_device_usage_distribution_user_counts microsoft-reports.microsoft_reports_reports_get_yammer_device_usage_distribution_user_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_yammer_device_usage_user_counts microsoft-reports.microsoft_reports_reports_get_yammer_device_usage_user_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_yammer_device_usage_user_detail_e734 microsoft-reports.microsoft_reports_reports_get_yammer_device_usage_user_detail_e734 Read read
integration__microsoft_reports__microsoft_reports_reports_get_yammer_device_usage_user_detail_07bb microsoft-reports.microsoft_reports_reports_get_yammer_device_usage_user_detail_07bb Read read
integration__microsoft_reports__microsoft_reports_reports_get_yammer_groups_activity_counts microsoft-reports.microsoft_reports_reports_get_yammer_groups_activity_counts Read read
integration__microsoft_reports__microsoft_reports_reports_get_yammer_groups_activity_detail_9ea3 microsoft-reports.microsoft_reports_reports_get_yammer_groups_activity_detail_9ea3 Read read
integration__microsoft_reports__microsoft_reports_reports_get_yammer_groups_activity_detail_99d3 microsoft-reports.microsoft_reports_reports_get_yammer_groups_activity_detail_99d3 Read read
integration__microsoft_reports__microsoft_reports_reports_get_yammer_groups_activity_group_counts microsoft-reports.microsoft_reports_reports_get_yammer_groups_activity_group_counts Read read
integration__microsoft_reports__microsoft_reports_reports_managed_device_enrollment_failure_details_8191 microsoft-reports.microsoft_reports_reports_managed_device_enrollment_failure_details_8191 Read read
integration__microsoft_reports__microsoft_reports_reports_managed_device_enrollment_failure_details_aa46 microsoft-reports.microsoft_reports_reports_managed_device_enrollment_failure_details_aa46 Read read
integration__microsoft_reports__microsoft_reports_reports_managed_device_enrollment_top_failures_9ce7 microsoft-reports.microsoft_reports_reports_managed_device_enrollment_top_failures_9ce7 Read read
integration__microsoft_reports__microsoft_reports_reports_managed_device_enrollment_top_failures_2157 microsoft-reports.microsoft_reports_reports_managed_device_enrollment_top_failures_2157 Read read
integration__microsoft_reports__microsoft_reports_reports_list_monthly_print_usage_by_printer microsoft-reports.microsoft_reports_reports_list_monthly_print_usage_by_printer Read read
integration__microsoft_reports__microsoft_reports_reports_create_monthly_print_usage_by_printer microsoft-reports.microsoft_reports_reports_create_monthly_print_usage_by_printer Write write
integration__microsoft_reports__microsoft_reports_reports_monthly_print_usage_by_printer_get_count_18cc microsoft-reports.microsoft_reports_reports_monthly_print_usage_by_printer_get_count_18cc Read read
integration__microsoft_reports__microsoft_reports_reports_delete_monthly_print_usage_by_printer microsoft-reports.microsoft_reports_reports_delete_monthly_print_usage_by_printer Write write
integration__microsoft_reports__microsoft_reports_reports_get_monthly_print_usage_by_printer microsoft-reports.microsoft_reports_reports_get_monthly_print_usage_by_printer Read read
integration__microsoft_reports__microsoft_reports_reports_update_monthly_print_usage_by_printer microsoft-reports.microsoft_reports_reports_update_monthly_print_usage_by_printer Write write
integration__microsoft_reports__microsoft_reports_reports_list_monthly_print_usage_by_user microsoft-reports.microsoft_reports_reports_list_monthly_print_usage_by_user Read read
integration__microsoft_reports__microsoft_reports_reports_create_monthly_print_usage_by_user microsoft-reports.microsoft_reports_reports_create_monthly_print_usage_by_user Write write
integration__microsoft_reports__microsoft_reports_reports_monthly_print_usage_by_user_get_count_60f0 microsoft-reports.microsoft_reports_reports_monthly_print_usage_by_user_get_count_60f0 Read read
integration__microsoft_reports__microsoft_reports_reports_delete_monthly_print_usage_by_user microsoft-reports.microsoft_reports_reports_delete_monthly_print_usage_by_user Write write
integration__microsoft_reports__microsoft_reports_reports_get_monthly_print_usage_by_user microsoft-reports.microsoft_reports_reports_get_monthly_print_usage_by_user Read read
integration__microsoft_reports__microsoft_reports_reports_update_monthly_print_usage_by_user microsoft-reports.microsoft_reports_reports_update_monthly_print_usage_by_user Write write
integration__microsoft_reports__microsoft_reports_reports_delete_partners microsoft-reports.microsoft_reports_reports_delete_partners Write write
integration__microsoft_reports__microsoft_reports_reports_get_partners microsoft-reports.microsoft_reports_reports_get_partners Read read
integration__microsoft_reports__microsoft_reports_reports_update_partners microsoft-reports.microsoft_reports_reports_update_partners Write write
integration__microsoft_reports__microsoft_reports_reports_partners_delete_billing microsoft-reports.microsoft_reports_reports_partners_delete_billing Write write
integration__microsoft_reports__microsoft_reports_reports_partners_get_billing microsoft-reports.microsoft_reports_reports_partners_get_billing Read read
integration__microsoft_reports__microsoft_reports_reports_partners_update_billing microsoft-reports.microsoft_reports_reports_partners_update_billing Write write
integration__microsoft_reports__microsoft_reports_reports_partners_billing_list_manifests microsoft-reports.microsoft_reports_reports_partners_billing_list_manifests Read read
integration__microsoft_reports__microsoft_reports_reports_partners_billing_create_manifests microsoft-reports.microsoft_reports_reports_partners_billing_create_manifests Write write
integration__microsoft_reports__microsoft_reports_reports_partners_billing_manifests_get_count_f888 microsoft-reports.microsoft_reports_reports_partners_billing_manifests_get_count_f888 Read read
integration__microsoft_reports__microsoft_reports_reports_partners_billing_delete_manifests microsoft-reports.microsoft_reports_reports_partners_billing_delete_manifests Write write
integration__microsoft_reports__microsoft_reports_reports_partners_billing_get_manifests microsoft-reports.microsoft_reports_reports_partners_billing_get_manifests Read read
integration__microsoft_reports__microsoft_reports_reports_partners_billing_update_manifests microsoft-reports.microsoft_reports_reports_partners_billing_update_manifests Write write
integration__microsoft_reports__microsoft_reports_reports_partners_billing_list_operations microsoft-reports.microsoft_reports_reports_partners_billing_list_operations Read read
integration__microsoft_reports__microsoft_reports_reports_partners_billing_create_operations microsoft-reports.microsoft_reports_reports_partners_billing_create_operations Write write
integration__microsoft_reports__microsoft_reports_reports_partners_billing_operations_get_count_9331 microsoft-reports.microsoft_reports_reports_partners_billing_operations_get_count_9331 Read read
integration__microsoft_reports__microsoft_reports_reports_partners_billing_delete_operations microsoft-reports.microsoft_reports_reports_partners_billing_delete_operations Write write
integration__microsoft_reports__microsoft_reports_reports_partners_billing_get_operations microsoft-reports.microsoft_reports_reports_partners_billing_get_operations Read read
integration__microsoft_reports__microsoft_reports_reports_partners_billing_update_operations microsoft-reports.microsoft_reports_reports_partners_billing_update_operations Write write
integration__microsoft_reports__microsoft_reports_reports_partners_billing_delete_reconciliation microsoft-reports.microsoft_reports_reports_partners_billing_delete_reconciliation Write write
integration__microsoft_reports__microsoft_reports_reports_partners_billing_get_reconciliation microsoft-reports.microsoft_reports_reports_partners_billing_get_reconciliation Read read
integration__microsoft_reports__microsoft_reports_reports_partners_billing_update_reconciliation microsoft-reports.microsoft_reports_reports_partners_billing_update_reconciliation Write write
integration__microsoft_reports__microsoft_reports_reports_partners_billing_reconciliation_delete_billed microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_delete_billed Write write
integration__microsoft_reports__microsoft_reports_reports_partners_billing_reconciliation_get_billed microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_get_billed Read read
integration__microsoft_reports__microsoft_reports_reports_partners_billing_reconciliation_update_billed microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_update_billed Write write
integration__microsoft_reports__microsoft_reports_reports_partners_billing_reconciliation_billed_export microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_billed_export Read read
integration__microsoft_reports__microsoft_reports_reports_partners_billing_reconciliation_delete_unbilled microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_delete_unbilled Write write
integration__microsoft_reports__microsoft_reports_reports_partners_billing_reconciliation_get_unbilled microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_get_unbilled Read read
integration__microsoft_reports__microsoft_reports_reports_partners_billing_reconciliation_update_unbilled microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_update_unbilled Write write
integration__microsoft_reports__microsoft_reports_reports_partners_billing_reconciliation_unbilled_export microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_unbilled_export Read read
integration__microsoft_reports__microsoft_reports_reports_partners_billing_delete_usage microsoft-reports.microsoft_reports_reports_partners_billing_delete_usage Write write
integration__microsoft_reports__microsoft_reports_reports_partners_billing_get_usage microsoft-reports.microsoft_reports_reports_partners_billing_get_usage Read read
integration__microsoft_reports__microsoft_reports_reports_partners_billing_update_usage microsoft-reports.microsoft_reports_reports_partners_billing_update_usage Write write
integration__microsoft_reports__microsoft_reports_reports_partners_billing_usage_delete_billed microsoft-reports.microsoft_reports_reports_partners_billing_usage_delete_billed Write write
integration__microsoft_reports__microsoft_reports_reports_partners_billing_usage_get_billed microsoft-reports.microsoft_reports_reports_partners_billing_usage_get_billed Read read
integration__microsoft_reports__microsoft_reports_reports_partners_billing_usage_update_billed microsoft-reports.microsoft_reports_reports_partners_billing_usage_update_billed Write write
integration__microsoft_reports__microsoft_reports_reports_partners_billing_usage_billed_export microsoft-reports.microsoft_reports_reports_partners_billing_usage_billed_export Read read
integration__microsoft_reports__microsoft_reports_reports_partners_billing_usage_delete_unbilled microsoft-reports.microsoft_reports_reports_partners_billing_usage_delete_unbilled Write write
integration__microsoft_reports__microsoft_reports_reports_partners_billing_usage_get_unbilled microsoft-reports.microsoft_reports_reports_partners_billing_usage_get_unbilled Read read
integration__microsoft_reports__microsoft_reports_reports_partners_billing_usage_update_unbilled microsoft-reports.microsoft_reports_reports_partners_billing_usage_update_unbilled Write write
integration__microsoft_reports__microsoft_reports_reports_partners_billing_usage_unbilled_export microsoft-reports.microsoft_reports_reports_partners_billing_usage_unbilled_export Read read
integration__microsoft_reports__microsoft_reports_reports_delete_security microsoft-reports.microsoft_reports_reports_delete_security Write write
integration__microsoft_reports__microsoft_reports_reports_get_security microsoft-reports.microsoft_reports_reports_get_security Read read
integration__microsoft_reports__microsoft_reports_reports_update_security microsoft-reports.microsoft_reports_reports_update_security Write write
integration__microsoft_reports__microsoft_reports_reports_security_get_attack_simulation_repeat_offenders microsoft-reports.microsoft_reports_reports_security_get_attack_simulation_repeat_offenders Read read
integration__microsoft_reports__microsoft_reports_reports_security_get_attack_simulation_simulation_user_coverage microsoft-reports.microsoft_reports_reports_security_get_attack_simulation_simulation_user_coverage Read read
integration__microsoft_reports__microsoft_reports_reports_security_get_attack_simulation_training_user_coverage microsoft-reports.microsoft_reports_reports_security_get_attack_simulation_training_user_coverage Read read

Write Access

Start with --write=deny for read-only MCP clients. Use --write=ask or --write=allow only when the client and workspace are trusted.