Skip to main content
Glama
WYRE-AI

action1-mcp

by WYRE-AI

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ACTION1_REGIONNoRegion (NorthAmerica, Europe, AsiaPacific, Australia). Default is NorthAmerica.NorthAmerica
ACTION1_SECRETYesSecret from Action1
ACTION1_API_KEYYesAPI Key (Client ID) from Action1
ACTION1_DEFAULT_ORG_IDNoOptional 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

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Action1 Device CardInteractive MCP Apps card rendering an Action1 endpoint

TDQS

A4/5.0

Scored across 6 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness4/5

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.

Maintenance

ActivityActive
ResponsivenessResponsive