retrieve_knowledge_baseslists available knowledge bases and their keys.query_knowledge_baseretrieves document content from one knowledge base.
Quick start
The examples use the client configuration from the Server tools overview.How retrieval works
retrieve_knowledge_basesreturns knowledge-base keys and, when requested by the model, their descriptions.- The model selects a key and calls
query_knowledge_basewith a search query. - The query tool returns matching document content to the model.
Model-supplied arguments
The tool entries have no configuration fields beyondtype. The model supplies these arguments when it calls them:
Knowledge-base calls are not included in
usage.server_tool_use.