Peec AI
list_projects
List active projects the authenticated user has access to. By default, only projects with an active status (CUSTOMER, PITCH, TRIAL, ONBOARDING, API_PARTNER) are returned. Set include_inactive to true to include ended/paused projects. Returns columnar JSON: {columns, rows, rowCount}. Columns: id, name, status. The id is used as project_id in other tools. Call this first to discover available projects.
Remote peec-ai/peec-ai-mcp
Other tools also called list_projects?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"include_inactive": {
"type": "boolean",
"default": false,
"description": "Include ended/inactive projects. Default: only active projects."
}
}
}