Does the Agent API search tool (MCP) include Metabase Models?

Hi everyone,

The documentation for the Agent API search endpoint (POST /api/agent/v1/search) states that it is used to "Find tables and metrics using keyword or natural language search."

Does this tool also search and discover Metabase Models, or is it strictly limited to physical database tables and metrics?

Thanks for any insights!

Hi there,

So it’s only tables and metrics. Models aren't included in /api/agent/v1/search results. You can reach Models through the read-resource endpoint with metabase://database/{id}/models.