list_models
Use list_models first when the user refers to a model by memory or asks what they can access
read-only · idempotent
Parameters
Section titled “Parameters”This tool takes no parameters.
Returns
Section titled “Returns”Returns a structured object. Top-level fields:
models(array<object>)count(integer)
See the response example below for the full payload shape.
Example
Section titled “Example”Tool Call
Section titled “Tool Call”{ "name": "list_models", "arguments": {}}Response
Section titled “Response”{ "models": [ { "model": "forecasts", "role": "owner", "url": "https://app.bridgetown.example/acme/forecasts" }, { "model": "headcount-plan", "role": "editor", "url": "https://app.bridgetown.example/acme/headcount-plan" } ], "count": 2}- Module:
Models - Requires authentication via API token or Auth0 JWT.