Back to Search
neo_sys_tool_execute
0.1.0The Auto-Pilot engine. Allows your AI to dynamically execute newly discovered tools on the fly, without human intervention.
$0.0 / call (system)
Updated: Apr 30, 2026
Overview
Neo Agent Auto-Pilot Engine
The dynamic execution core that upgrades your AI from a conversational assistant to a fully autonomous worker.
How it empowers your workflow:
⚡ Zero-Friction Execution: No need to manually enable tools or restart your IDE to update schemas. The agent dynamically routes payloads to any Neonia tool instantly.
🧠 True Autonomy: Works seamlessly with the Discovery tool. If the agent lacks a skill, it finds it, reads the required parameters, and executes it in a single continuous thought process.
🛡️ Budget-Protected: Fully integrated with your Neonia Auto-Pilot limits. The agent can only execute tools as long as they fit within your daily authorized budget, guaranteeing zero surprise charges.
Stop micromanaging your AI's toolset. Give it a budget and let it solve problems independently.
Example Input
JSON payload sent to this tool:
{
"target_tool": "neo_util_rng",
"payload": {
"mode": "integer",
"min": 1,
"max": 100
}
}Example Output
Formatted JSON response returned by this tool:
Depending on the tool executed.Setup Configuration
Add the following configuration to your MCP general settings or mcp_config.json:
{
"mcpServers": {
"neonia": {
"serverUrl": "https://mcp.neonia.io/mcp?tools=neo_sys_tool_execute",
"headers": {
"Authorization": "Bearer API_KEY"
}
}
}
}