OwlMetry
MCP

Projects

Create, list, and manage projects via MCP tools.

Projects group related apps under one product. Metrics and funnels are defined at the project level so they span all apps in the project.

list-projects

List all projects accessible to this agent.

ParameterTypeRequiredDescription
team_idUUIDNoFilter by team ID

Returns { projects: [...] } with each project's id, name, slug, team_id, and timestamps.

get-project

Get a project by ID, including its list of apps.

ParameterTypeRequiredDescription
project_idUUIDYesThe project ID

Returns the project object with a nested apps array.

create-project

Create a new project. Requires projects:write permission.

ParameterTypeRequiredDescription
team_idUUIDYesThe team to create the project in
namestringYesProject name
slugstringYesURL-friendly slug (lowercase, hyphens)
{
  "team_id": "550e8400-...",
  "name": "My App",
  "slug": "my-app"
}

update-project

Update a project's name. Requires projects:write permission.

ParameterTypeRequiredDescription
project_idUUIDYesThe project ID
namestringYesNew project name

Ready to get started?

Connect your agent via MCP or CLI and start tracking.