AgentPMT Tool Search and Execution
AgentPMT-Tool-Search-and-ExecutionAgentPMT Tool Search and Execution - Unified interface for discovering, searching, and using AgentPMT tools without MCP refresh. Access tools required for workflows and skills here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (1-based). Used when listing tools. | |
| query | No | Search query for text and semantic matching. If provided, performs hybrid search. | |
| action | Yes | Operation to perform: get_tools (discover tools - list/search/workflow), get_schema (full tool schema by ID), request_credentials (email user to add credentials), call_tool (execute a tool), get_instructions (help) | |
| message | No | Custom message to include in credential request notification (for request_credentials action) | |
| tool_id | No | Tool/product ID (required for get_schema and use actions) | |
| page_size | No | Number of results per page (1-100) | |
| tool_name | No | Alternative: Tool name to search for (for use action, searches then executes first match) | |
| parameters | No | Parameters to pass to the tool when using 'use' action | |
| workflow_id | No | Workflow/skill chain ID. If provided, returns all tools from that workflow. |