Uses of Class
group.worldstandard.pudel.api.agent.McpToolDefinition
Packages that use McpToolDefinition
-
Uses of McpToolDefinition in group.worldstandard.pudel.api.agent
Methods in group.worldstandard.pudel.api.agent that return McpToolDefinitionMethods in group.worldstandard.pudel.api.agent that return types with arguments of type McpToolDefinitionModifier and TypeMethodDescriptionMcpToolRegistry.getAllTools()Get all registered tools.Get a tool definition by name.McpToolRegistry.getToolsByPlugin(String pluginId) Get all tools registered by a specific plugin.McpToolRegistry.searchTools(String keyword) Search tools by keyword (matches name, description, or keywords).Methods in group.worldstandard.pudel.api.agent with parameters of type McpToolDefinitionModifier and TypeMethodDescriptionbooleanMcpToolRegistry.registerTool(String pluginId, McpToolDefinition definition) Register an MCP tool definition.