adlyse-admin
Endpoint: https://mcp.adlyse.com/mcp/admin/
High-privilege control-plane tools for trusted automation. Use this server to manage assistants, assistant handoffs, skills, and guideline or memory files from an external MCP client.
adlyse-admin is not a default connector. OAuth callers need the admin scope and the user must be allowed to manage workflows in the organization. Organization API keys continue to authenticate org-scoped admin access.
Tool groups#
| Group | Tools |
|---|---|
| Assistants | list_assistants, get_assistant, create_assistant, update_assistant, delete_assistant |
| Assistant handoffs | list_assistant_handoffs, create_assistant_handoff, update_assistant_handoff, delete_assistant_handoff |
| Guidelines and memory | list_memory, read_memory, grep_memory, write_memory, edit_memory, move_memory, archive_memory, propose_memory_draft, list_memory_versions, promote_memory_version |
| Skills | list_skills, get_skill, create_skill, update_skill, delete_skill, assign_skill_to_assistant, remove_skill_from_assistant |
| Resources | list_admin_resources |
Boundaries#
Read-only guideline shortcuts remain in adlyse-insights: list_guidelines and get_guideline.
Workflow CRUD remains in adlyse-workflows. Ad mutations remain in adlyse-ads. Report generation remains in adlyse-reports.
This v1 server does not include assistant chat/run tools, MCP integration management, assistant duplication, publish/unpublish, access updates, or member updates.
Common errors#
error_type | Typical cause |
|---|---|
auth_error | Missing, invalid, expired, or revoked token |
permission_denied | OAuth token lacks admin, or the user lacks workflow-management permission |
not_found | The assistant, skill, memory file, handoff, or version is outside the org |
validation_error | Invalid field, malformed JSON, unsupported enum value, or memory path issue |
conflict | Memory write used a stale expected_version |