Skip to main content
Platform tools provide direct access to Kubiya platform resources through the MCP protocol. These tools are always available to the Meta Agent without requiring additional connectors.

Agents

Manage AI agents on the platform.
ToolDescription
list_agentsList all available agents with their configurations
get_agentRetrieve detailed information about a specific agent
create_agentCreate a new agent with specified skills and configuration
update_agentModify an existing agent’s configuration
delete_agentRemove an agent from the platform
execute_agentTrigger agent execution with provided context
Example Usage:
"List all agents that have shell access"
"Create a new agent for database migrations with PostgreSQL skills"
"Execute the DevOps agent to check our Kubernetes cluster health"
"Show me agents that haven't been used in the last 30 days"

Teams

Manage agent teams for collaborative workflows.
ToolDescription
list_teamsList all configured teams
get_teamGet team details including member agents
create_teamCreate a new team with specified agents
execute_teamTrigger team-based workflow execution
assign_agentAdd an agent to a team
Example Usage:
"Show me all teams and their member agents"
"Create a Platform Engineering team with the DevOps and SRE agents"
"Which teams have access to production environments?"

Environments

Manage execution environments where agents run.
ToolDescription
list_environmentsList all execution environments
get_environmentGet environment configuration details
create_environmentCreate a new execution environment
update_environmentModify environment settings
Example Usage:
"List all environments and their configurations"
"Create a staging environment with limited AWS access"
"What secrets are available in the production environment?"

Executions

Monitor and manage agent execution runs.
ToolDescription
list_executionsList recent executions with status
get_executionGet detailed execution information
stream_executionStream execution output in real-time
cancel_executionStop a running execution
Example Usage:
"Show me all failed executions in the last 24 hours"
"What's the status of execution abc123?"
"Cancel all running executions for the backup agent"

Projects

Organize resources into projects.
ToolDescription
list_projectsList all projects
get_projectGet project details and associated resources
create_projectCreate a new project
Example Usage:
"List all projects and their associated agents"
"Create a new project for the migration initiative"

Worker Queues

Monitor task queue capacity and worker availability.
ToolDescription
list_queuesList all task queues with capacity
get_queue_statusGet detailed queue status and worker availability
Example Usage:
"Show me the current queue depths across all workers"
"Which queues have available capacity?"
"Are there any queues with stuck tasks?"