action1-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ACTION1_REGION | No | Region (NorthAmerica, Europe, AsiaPacific, Australia). Default is NorthAmerica. | NorthAmerica |
| ACTION1_SECRET | Yes | Secret from Action1 | |
| ACTION1_API_KEY | Yes | API Key (Client ID) from Action1 | |
| ACTION1_DEFAULT_ORG_ID | No | Optional default organization ID for single-tenant use |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| action1_navigateB | Discover available Action1 tools by domain. All tools are callable at any time — this is a help/discovery aid. |
| action1_list_organizationsA | List all Action1 organizations (tenants) accessible to the configured credentials. Use this first when working with multi-tenant data — the returned org IDs are required by other tools (list_endpoints, list_policies, list_missing_updates). |
| action1_list_endpointsA | List all endpoints (managed devices) in an Action1 organization. Returns id, hostname, OS, status, last-seen, and group membership. Use the organization id from action1_list_organizations. |
| action1_get_endpointA | Get a single endpoint by id, with full detail: hardware, installed agent version, last contact, group memberships, custom attributes. |
| action1_list_policiesA | List Action1 policies (automations, deployment rules, remediation policies) in an organization. Use org id from action1_list_organizations. |
| action1_list_missing_updatesA | List missing OS / application patches across endpoints in an Action1 organization. Returns update id, severity, affected endpoint count, KB/CVE references. Use org id from action1_list_organizations. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Action1 Device Card | Interactive MCP Apps card rendering an Action1 endpoint |
TDQS
Scored across 6 tools
Each tool targets a distinct resource or action: organizations, endpoints, endpoint detail, policies, and missing updates. The navigation tool is a clear meta-tool for discovery, so there is no overlap or ambiguity.
All tool names follow the same pattern: 'action1_' prefix plus a verb (list/get) and noun (organizations, endpoints, endpoint, policies, missing_updates). Snake_case is used consistently throughout, making the set predictable and uniform.
With six tools, the server is well-scoped for a focused endpoint and patch management visibility platform. Each tool serves a clear information retrieval purpose, and six is within the ideal range for a single domain.
The toolset covers the core lifecycle of reading data: listing organizations, listing/getting endpoints, listing policies, and listing missing updates. It lacks update/delete or apply actions, but the domain appears intended for monitoring and reporting, so the missing operations are minor gaps rather than critical failures.