Skip to main content
Glama
by cristip73

asana_get_attachments_for_object

Retrieve file attachments and documents linked to any Asana object such as tasks or projects. Access uploaded files, images, and documents associated with work items.

Instructions

List attachments for an object (task, project, etc)

Input Schema

NameRequiredDescriptionDefault
object_gidYesThe object GID to get attachments for
limitNoResults per page (1-100)
offsetNoPagination offset token
opt_fieldsNoComma-separated list of optional fields to include

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Results per page (1-100)", "maximum": 100, "minimum": 1, "type": "number" }, "object_gid": { "description": "The object GID to get attachments for", "type": "string" }, "offset": { "description": "Pagination offset token", "type": "string" }, "opt_fields": { "description": "Comma-separated list of optional fields to include", "type": "string" } }, "required": [ "object_gid" ], "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