list_shared_models
List all model-sharing relationships for the current tenant — both models shared FROM and INTO this tenant. Returns: shared_models (list[{id, source_tenant_id, source_project_name, source_model_name, target_tenant_id, target_project_name, target_model_name, shared_by, created_at}]).
read-only · idempotent
Parameters
Section titled “Parameters”This tool takes no parameters.
Returns
Section titled “Returns”Returns a structured object. Top-level fields:
shared_models(array<object>)
See the response example below for the full payload shape.
Example
Section titled “Example”Tool Call
Section titled “Tool Call”{ "name": "list_shared_models", "arguments": {}}Response
Section titled “Response”{ "shared_models": [ { "id": "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa", "source_tenant_id": "11111111-1111-1111-1111-111111111111", "source_project_name": "platform", "source_model_name": "shared_growth", "target_tenant_id": "22222222-2222-2222-2222-222222222222", "target_project_name": "forecasts", "target_model_name": "growth", "shared_by": "alice@example.com", "created_at": "2026-04-28T10:00:00+00:00" } ]}- Module:
Sharing - Requires authentication via API token or Auth0 JWT.