Any document for tool search prompt template in case of multiple tools

Hi, I have a use case where I am end up building multiple tools ( due to large number of API end points) and even though I am able to bucket these large API end points with proper desc, I still need to let LLM know to search specific tools based on user input. Is there any tool search prompt template anyone is using or any documents/paper around this ?

@krisvija maybe I’m not 100% understanding your problem, but you are essentially looking for a way to route to the right agent/tool based on user input? There is the agent protocol (same people that developed AutoGPT), https://agentprotocol.ai/, maybe this can help?

If not relevant, feel free to add more context and I will see how I can help!

Thanks, you are right. I am looking to route user query to right agent/tool and was wondering if we have anything on this. I will look into agent protocol