npx claudepluginhub wyre-technology/msp-claude-plugins --plugin blumiraThis skill uses the workspace's default tool permissions.
Blumira users are organization members who can access the portal, investigate findings, and manage the environment. This skill covers user listing and lookup, primarily for finding assignment workflows.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Blumira users are organization members who can access the portal, investigate findings, and manage the environment. This skill covers user listing and lookup, primarily for finding assignment workflows.
Users have roles that determine their permissions within the Blumira organization. The API exposes user identity and metadata for assignment and audit purposes.
User IDs (UUIDs) are required when assigning findings to specific analysts. Use blumira_users_list to look up IDs.
blumira_users_list
page_size=50
Response includes user ID, name, email, and role information.
blumira_users_list
email.contains=@company.com
blumira_users_list to get all usersuser_id with blumira_findings_assignblumira_users_list with full paginationCause: Token may not have permission to list users Solution: Verify JWT token has appropriate scope for user management.
blumira_msp_users_list with account context