Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Get details of a specific Asana project
| Field | Value |
|---|---|
| Name | asana__get_project |
| Group | Integrations |
{
"type": "object",
"properties": {
"projectGid": {
"type": "string",
"description": "Asana project GID"
},
"opt_fields": {
"type": "string",
"description": "Comma-separated project fields to return"
}
},
"required": [
"projectGid"
],
"description": "Input schema for the asana__get_project tool."
}