Complete reference for all MCP tools available in the Kubiya server
This document provides detailed specifications for all tools available through Kubiya’s MCP server.
Execute container-based tools with live streaming output.
Parameters:
tool_name
(string): Name of the tool to executeargs
(object): Tool-specific argumentsrunner
(string, optional): Target runner (defaults to “auto”)integrations
(array, optional): Required integrationsExample:
Create and execute tools from dynamic definitions.
Parameters:
tool_definition
(object): Complete tool specificationexecute_immediately
(boolean, optional): Execute after creationExample:
Execute complete multi-step workflows.
Parameters:
workflow_name
(string): Name of the workflowparameters
(object, optional): Workflow parametersrunner
(string, optional): Target runnerList available workflows.
Returns: Array of workflow objects with name, description, and parameters.
List all available execution runners.
Returns: Array of runner objects with name, status, and capabilities.
Check health status of specific runners.
Parameters:
runner_names
(array, optional): Specific runners to checkEngage in conversational interaction with AI agents.
Parameters:
agent_name
(string): Name of the agentmessage
(string): Message to sendconversation_id
(string, optional): Conversation contextList available AI agents.
Returns: Array of agent objects with name, description, and capabilities.
Search the organizational knowledge base.
Parameters:
query
(string): Search querylimit
(number, optional): Maximum resultsBrowse knowledge base entries.
Parameters:
category
(string, optional): Filter by categorylimit
(number, optional): Maximum resultsList available tool sources (repositories).
Execute tools from specific source repositories.
Parameters:
source_name
(string): Source repository nametool_path
(string): Path to tool within sourceargs
(object): Tool argumentsList available integrations for connecting to external systems.
Returns: Array of integration objects with name, type, and configuration details.
List available secrets for authentication.
Returns: Array of secret names (values are never exposed).
All tools return standardized error responses: