Skip to content

list_projects

Use list_projects first when the user refers to a project by memory or asks what they can access

read-only · idempotent

This tool takes no parameters.

Returns a structured object. Top-level fields:

  • projects (array<object>)
  • count (integer)

See the response example below for the full payload shape.

{
"name": "list_projects",
"arguments": {}
}
{
"projects": [
{
"project": "forecasts",
"role": "owner",
"url": "https://app.bridgetown.example/acme/forecasts"
},
{
"project": "headcount-plan",
"role": "editor",
"url": "https://app.bridgetown.example/acme/headcount-plan"
}
],
"count": 2
}
  • Module: Projects
  • Requires authentication via API token or Auth0 JWT.