Jentic · Capability
Agent Tool Discovery
Capability that gives an agent just-in-time tool discovery against the Jentic catalog. Instead of preloading thousands of tool definitions into the context window, the agent calls search_apis with a natural language goal, receives a small ranked set of operation and workflow UUIDs, then loads only the chosen ones. The capability translates Jentic's load response into a tool format consumable by Anthropic or OpenAI tool-calling.
MCP Tools
discover_tools
Search the Jentic catalog for tools matching the user's goal. Returns lightweight UUIDs and descriptions only — does not inflate the agent context.
read-only
idempotent
hydrate_tools
Hydrate selected UUIDs into full tool definitions ready for Anthropic or OpenAI tool-calling.
read-only
idempotent