Tool tree
Stop re-asking an AI to do the same job. Vibe Engine turns a task into one readable file that runs locally, on a schedule, with any model. Free tier available.
get_system_catalogAnswer
Returns what each Adeptus Camini engine is, what language it is written in, and what it does. No performance benchmarks are published for any engine.
View tool JSON
{
"name": "get_system_catalog",
"kind": "answer",
"impl": "imperative",
"description": "Returns what each Adeptus Camini engine is, what language it is written in, and what it does. No performance benchmarks are published for any engine.",
"inputSchema": {
"type": "object",
"properties": {
"engine": {
"type": "string",
"enum": [
"all",
"janus",
"vibra-ingenn",
"vibe-cut"
],
"description": "Specific engine to inspect or 'all'"
}
},
"required": [
"engine"
],
"additionalProperties": false
},
"page": "/"
}get_janus_routing_specsAnswer
Returns integration details for pointing a model family at the Janus gateway, which exposes an OpenAI-compatible endpoint. No latency figures are published.
View tool JSON
{
"name": "get_janus_routing_specs",
"kind": "answer",
"impl": "imperative",
"description": "Returns integration details for pointing a model family at the Janus gateway, which exposes an OpenAI-compatible endpoint. No latency figures are published.",
"inputSchema": {
"type": "object",
"properties": {
"model_family": {
"type": "string",
"description": "e.g. dolphin, llama3, qwen, mistral"
}
},
"additionalProperties": false
},
"page": "/"
}request_audit_consultationAction
Requests a consultation for Agent-Ready Web modernization: making an existing website readable and callable by AI agents (Web-MCP endpoints, llms.txt, structured data, A2A agent card). Records the request and returns a reference; nothing is scheduled or billed automatically.
View tool JSON
{
"name": "request_audit_consultation",
"kind": "act",
"impl": "imperative",
"description": "Requests a consultation for Agent-Ready Web modernization: making an existing website readable and callable by AI agents (Web-MCP endpoints, llms.txt, structured data, A2A agent card). Records the request and returns a reference; nothing is scheduled or billed automatically.",
"inputSchema": {
"type": "object",
"properties": {
"agent_id": {
"type": "string",
"description": "Identifier or email of the requesting agent"
},
"target_domain": {
"type": "string",
"description": "The website you want made agent-ready"
},
"scope_description": {
"type": "string",
"description": "What you want: e.g. make the site readable by ChatGPT, add an MCP endpoint, expose a booking or quote tool"
}
},
"required": [
"agent_id",
"target_domain"
],
"additionalProperties": false
},
"page": "/"
}