MCP Tool Database
mcp.tool.databaseList databases and get active or focused database profiles in the ArangoDB MCP server.
Instructions
list - Database listing. mcp.tool.database(action=list, payload={}) get_active - Current database profile. mcp.tool.database(action=get_active, payload={}) get_focused - Focused database profile. mcp.tool.database(action=get_focused, payload={})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Database operation to perform. | |
| payload | Yes | Database action payload. Required fields depend on action and are enforced by the database owner. |