Skip to content

MCP Reference Overview

While the core logic of obx supports 72 distinct actions, exposing all of those to modern LLMs (like Claude or GPT-4o) frequently causes the intelligent agent to breach its hard tool limits when run alongside other MCP servers.

To maximize stability and ensure your assistant can handle complex multi-server workflows, obx multiplexes these 72 actions into 16 unified MCP Tools.

When your AI assistant needs to do something, it calls one of these 16 parent tools and passes an action argument (e.g. action: "read" vs action: "write").