Project: Ai Tools

Configure Flow Steps Tool

Configures handler settings or AI user messages on flow steps. Supports both single-step and bulk pipeline-scoped operations. Overview The configure_flow_steps tool enables configuration of flow steps after creation: Single Mode:...

Configure Pipeline Step Tool

Specialized tool for configuring pipeline-level AI step settings including system prompt, provider, model, and enabled tools. Overview The configure_pipeline_step tool manages pipeline-level AI configuration that applies to all flows using...

Create Flow Tool

Specialized tool for creating flow instances from existing pipelines with automatic step synchronization. Overview The create_flow tool creates executable flow instances from existing pipelines. When a flow is created, all...

Create Pipeline Tool

Comprehensive tool for creating pipelines with optional predefined steps and automatic flow instantiation. Overview The create_pipeline tool creates new pipeline templates with optional step definitions. Unlike other tools, this automatically...

ExecuteWorkflow Tool

Primary action tool for executing content automation workflows (@since v0.3.0) Overview The ExecuteWorkflow tool enables AI agents to execute complete multi-step workflows through the chat interface. It provides a simplified...

Google Search Tool

File Location: inc/Engine/AI/Tools/Global/GoogleSearch.php Registration: datamachine_global_tools filter (available to all AI agents - pipeline + chat) Searches Google for current information, facts, and external context. Provides real-time web data to inform...

Local Search AI Tool

File Location: inc/Engine/AI/Tools/Global/LocalSearch.php Registration: datamachine_global_tools filter (available to all AI agents - pipeline + chat) Enables AI models to search the current WordPress site for context gathering, research enhancement, and...

Add Pipeline Step Tool

Specialized chat tool for adding steps to existing pipelines with automatic flow synchronization. Overview The add_pipeline_step tool allows AI agents to add new steps to existing pipelines. When a step...

API Query Tool

Internal REST API query tool for chat agents providing discovery, monitoring, and troubleshooting capabilities. Overview The api_query tool enables chat agents to query the Data Machine REST API (via rest_do_request)...

Authenticate Handler Tool

Implementation: inc/Api/Chat/Tools/AuthenticateHandler.php Overview The Authenticate Handler tool manages authentication flows via natural language, allowing users to list status, configure credentials, and retrieve OAuth URLs for handlers. It provides a conversational...

← Back to Chubes.net