# ADAS

Design, validate, and deploy complex automated skills and cross-skill solutions with confidence. Accelerate development using built-in templates, examples, and a rigorous five-stage validation pipeli…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add ateam-ai/ateam

# Browse available tools
npx -y smithery tool list ateam-ai/ateam

# Get full schema for a tool
npx -y smithery tool get ateam-ai/ateam adas_get_spec

# Call a tool
npx -y smithery tool call ateam-ai/ateam adas_get_spec '{}'
```

## Direct MCP Connection

Endpoint: `https://ateam--ateam-ai.run.tools`

## Tools (12)

- `adas_get_spec` — Get the ADAS specification — schemas, validation rules, system tools, agent guides, and templates. Use this to understa…
- `adas_get_examples` — Get complete working examples that pass validation. Study these before building your own.
- `adas_validate_skill` — Validate a skill definition through the 5-stage ADAS validation pipeline. Returns errors and suggestions to fix.
- `adas_validate_solution` — Validate a solution definition — cross-skill contracts, grant economy, handoffs, and LLM quality scoring.
- `adas_deploy_solution` — Deploy a complete solution to ADAS Core — identity, connectors, skills. The Skill Builder auto-generates MCP servers fr…
- `adas_deploy_skill` — Deploy a single skill into an existing solution.
- `adas_deploy_connector` — Deploy a connector — registers in the Skill Builder catalog and connects in ADAS Core.
- `adas_list_solutions` — List all solutions deployed in the Skill Builder.
- `adas_get_solution` — Read solution state — definition, skills, health, status, or export. Use this to inspect deployed solutions.
- `adas_update` — Update a deployed solution or skill incrementally using PATCH. Supports dot notation for scalar fields and _push/_delet…
- `adas_redeploy` — Re-deploy after making updates. Regenerates MCP servers and pushes to ADAS Core.
- `adas_solution_chat` — Send a message to the Solution Bot — an AI assistant that understands your deployed solution and can help with modifica…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get ateam-ai/ateam <tool-name>
```
