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
Available Tools
14 toolsadas_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.
| Name | Required | Description | Default |
|---|---|---|---|
| tenant | Yes | Tenant name (e.g., dev, main) | |
| api_key | Yes | Your 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.
| Name | Required | Description | Default |
|---|---|---|---|
| connector | Yes | Connector metadata (id, name, transport, command, args) |
adas_deploy_skillTry in Inspector
Deploy a single skill into an existing solution. Requires authentication.
| Name | Required | Description | Default |
|---|---|---|---|
| skill | Yes | Full skill definition | |
| solution_id | Yes | The 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).
| Name | Required | Description | Default |
|---|---|---|---|
| skills | Yes | Array of full skill definitions | |
| solution | Yes | Solution architecture — identity, grants, handoffs, routing | |
| mcp_store | No | Optional: connector source code files. Key = connector id, value = array of {path, content} | |
| connectors | No | Array 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.
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Example 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.
| Name | Required | Description | Default |
|---|---|---|---|
| view | Yes | What 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_id | No | Optional: read a specific skill by ID (original or internal) | |
| solution_id | Yes | The 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.
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | What 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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
adas_list_solutionsTry in Inspector
List all solutions deployed in the Skill Builder.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
adas_redeployTry in Inspector
Re-deploy after making updates. Regenerates MCP servers and pushes to ADAS Core. Requires authentication.
| Name | Required | Description | Default |
|---|---|---|---|
| skill_id | No | Optional: redeploy a single skill. Omit to redeploy all skills. | |
| solution_id | Yes | The 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.
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Your message to the Solution Bot | |
| solution_id | Yes | The 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.
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | What to update: 'solution' or 'skill' | |
| updates | Yes | The update payload — use dot notation for scalars (e.g. 'problem.statement'), and tools_push/tools_delete/tools_update for array operations | |
| skill_id | No | Required when target is 'skill' | |
| solution_id | Yes | The solution ID |
adas_validate_skillTry in Inspector
Validate a skill definition through the 5-stage ADAS validation pipeline. Returns errors and suggestions to fix.
| Name | Required | Description | Default |
|---|---|---|---|
| skill | Yes | The 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.
| Name | Required | Description | Default |
|---|---|---|---|
| skills | No | Array of skill definitions included in the solution | |
| solution | Yes | The 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:
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!
Your Connectors
Sign in to create a connector for this server.