Skip to main content
Glama
jshsakura

a360-mcp

by jshsakura

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
A360_API_KEYNoAPI key for authentication (mutually exclusive with A360_PASSWORD)
A360_PASSWORDNoPassword for authentication (mutually exclusive with A360_API_KEY)
A360_USERNAMEYesService account username
A360_TOOL_PACKAGENoTool package to enable (core, diagnose, full, etc.)core
A360_CONTROL_ROOM_URLYesControl Room base URL (e.g. https://cr.example.com)

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
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_bot_actionsA

List a bot's action nodes (parsed), not the raw JSON.

get_executionB

Fetch one execution's status, message and error detail.

list_executionsC

Search execution history via POST /v3/activity/list.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clear, distinct purpose: get_bot_actions retrieves bot action definitions, get_execution fetches a single execution's details, and list_executions searches execution history. There is no ambiguity or overlap between these operations.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern, using get_ for singular resources and list_ for collections. The naming is predictable and adheres to standard conventions.

Tool Count4/5

With only 3 tools, the server is at the lower end of the typical range, but each tool covers a distinct aspect of the domain (bot actions and executions). It feels slightly thin but is still reasonable for a focused utility.

Completeness2/5

The server lacks essential operations such as listing bots (making it impossible to discover bot IDs for get_bot_actions) and does not support execution lifecycle actions like starting or canceling executions. This creates significant gaps for agents trying to perform broader workflows.

Maintenance

ActivitySlowing
ResponsivenessNo issues