Skip to main content
Glama

ateam-mcp

Server Details

Build, validate, and deploy multi-agent AI solutions from any AI environment.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
ariekogan/ateam-mcp
GitHub Stars
0

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

14 tools
adas_authTry in Inspector

Authenticate with ADAS. Required before deploying or modifying solutions. Provide your API key and tenant name. Read-only operations (spec, examples, validate) work without auth.

ParametersJSON Schema
NameRequiredDescriptionDefault
tenantYesTenant name (e.g., dev, main)
api_keyYesYour ADAS API key (e.g., adas_xxxxx)
adas_deploy_connectorTry in Inspector

Deploy a connector — registers in the Skill Builder catalog and connects in ADAS Core. Requires authentication.

ParametersJSON Schema
NameRequiredDescriptionDefault
connectorYesConnector metadata (id, name, transport, command, args)
adas_deploy_skillTry in Inspector

Deploy a single skill into an existing solution. Requires authentication.

ParametersJSON Schema
NameRequiredDescriptionDefault
skillYesFull skill definition
solution_idYesThe existing solution ID to add the skill to
adas_deploy_solutionTry in Inspector

Deploy a complete solution to ADAS Core — identity, connectors, skills. The Skill Builder auto-generates MCP servers from tool definitions. This is the main deployment action. Requires authentication (call adas_auth first if not using env vars).

ParametersJSON Schema
NameRequiredDescriptionDefault
skillsYesArray of full skill definitions
solutionYesSolution architecture — identity, grants, handoffs, routing
mcp_storeNoOptional: connector source code files. Key = connector id, value = array of {path, content}
connectorsNoArray of connector metadata (id, name, transport, command, args)
adas_get_examplesTry in Inspector

Get complete working examples that pass validation. Study these before building your own.

ParametersJSON Schema
NameRequiredDescriptionDefault
typeYesExample type: 'skill' = Order Support Agent, 'connector' = stdio MCP connector, 'connector-ui' = UI-capable connector, 'solution' = full 3-skill e-commerce solution, 'index' = list all available examples
adas_get_solutionTry in Inspector

Read solution state — definition, skills, health, status, or export. Use this to inspect deployed solutions.

ParametersJSON Schema
NameRequiredDescriptionDefault
viewYesWhat to read: 'definition' = full solution def, 'skills' = list skills, 'health' = live health check, 'status' = deploy status, 'export' = exportable bundle, 'validate' = re-validate from stored state, 'connectors_health' = connector status
skill_idNoOptional: read a specific skill by ID (original or internal)
solution_idYesThe solution ID
adas_get_specTry in Inspector

Get the ADAS specification — schemas, validation rules, system tools, agent guides, and templates. Use this to understand how to build skills and solutions.

ParametersJSON Schema
NameRequiredDescriptionDefault
topicYesWhat to fetch: 'overview' = API overview + endpoints, 'skill' = full skill spec, 'solution' = full solution spec, 'enums' = all enum values
adas_get_workflowsTry in Inspector

Get the builder workflows — step-by-step state machines for building skills and solutions. Use this to guide users through the entire build process conversationally. Returns phases, what to ask, what to build, exit criteria, and tips for each stage.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

adas_list_solutionsTry in Inspector

List all solutions deployed in the Skill Builder.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

adas_redeployTry in Inspector

Re-deploy after making updates. Regenerates MCP servers and pushes to ADAS Core. Requires authentication.

ParametersJSON Schema
NameRequiredDescriptionDefault
skill_idNoOptional: redeploy a single skill. Omit to redeploy all skills.
solution_idYesThe solution ID
adas_solution_chatTry in Inspector

Send a message to the Solution Bot — an AI assistant that understands your deployed solution and can help with modifications.

ParametersJSON Schema
NameRequiredDescriptionDefault
messageYesYour message to the Solution Bot
solution_idYesThe solution ID
adas_updateTry in Inspector

Update a deployed solution or skill incrementally using PATCH. Supports dot notation for scalar fields and _push/_delete/_update for arrays. Requires authentication.

ParametersJSON Schema
NameRequiredDescriptionDefault
targetYesWhat to update: 'solution' or 'skill'
updatesYesThe update payload — use dot notation for scalars (e.g. 'problem.statement'), and tools_push/tools_delete/tools_update for array operations
skill_idNoRequired when target is 'skill'
solution_idYesThe solution ID
adas_validate_skillTry in Inspector

Validate a skill definition through the 5-stage ADAS validation pipeline. Returns errors and suggestions to fix.

ParametersJSON Schema
NameRequiredDescriptionDefault
skillYesThe full skill definition object to validate
adas_validate_solutionTry in Inspector

Validate a solution definition — cross-skill contracts, grant economy, handoffs, and LLM quality scoring.

ParametersJSON Schema
NameRequiredDescriptionDefault
skillsNoArray of skill definitions included in the solution
solutionYesThe full solution definition object to validate

FAQ

How do I claim this server?

To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:

{ "$schema": "https://glama.ai/mcp/schemas/connector.json", "maintainers": [ { "email": "your-email@example.com" } ] }

The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.

What are the benefits of claiming a server?
  • Control your server's listing on Glama, including description and metadata
  • Receive usage reports showing how your server is being used
  • Get monitoring and health status updates for your server

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.