Skip to main content
Glama
by cristip73

asana_search_projects

Search for Asana projects using name pattern matching to quickly locate specific projects across workspaces and teams.

Instructions

Search for projects in Asana using name pattern matching

Input Schema

NameRequiredDescriptionDefault
workspaceNoThe workspace to search in (optional if DEFAULT_WORKSPACE_ID is set)
teamNoThe team to filter projects on
name_patternYesRegular expression pattern to match project names
archivedNoOnly return archived projects
limitNoResults per page (1-100)
offsetNoPagination offset token
opt_fieldsNoComma-separated list of optional fields to include

Input Schema (JSON Schema)

{ "properties": { "archived": { "default": false, "description": "Only return archived projects", "type": "boolean" }, "limit": { "description": "Results per page (1-100)", "maximum": 100, "minimum": 1, "type": "number" }, "name_pattern": { "description": "Regular expression pattern to match project names", "type": "string" }, "offset": { "description": "Pagination offset token", "type": "string" }, "opt_fields": { "description": "Comma-separated list of optional fields to include", "type": "string" }, "team": { "description": "The team to filter projects on", "type": "string" }, "workspace": { "description": "The workspace to search in (optional if DEFAULT_WORKSPACE_ID is set)", "type": "string" } }, "required": [ "name_pattern" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cristip73/mcp-server-asana'

If you have feedback or need assistance with the MCP directory API, please join our Discord server