Skip to main content
Glama
by cristip73

asana_upload_attachment_for_object

Upload local files as attachments to Asana objects like tasks or projects. Attach documents, images, or other files directly from your device to keep project materials organized.

Instructions

Upload a local file as attachment to an object

Input Schema

NameRequiredDescriptionDefault
object_gidYesThe object GID to attach the file to
file_pathYesPath to the local file
file_nameNoOptional custom file name
file_typeNoOptional MIME type for the uploaded file

Input Schema (JSON Schema)

{ "properties": { "file_name": { "description": "Optional custom file name", "type": "string" }, "file_path": { "description": "Path to the local file", "type": "string" }, "file_type": { "description": "Optional MIME type for the uploaded file", "type": "string" }, "object_gid": { "description": "The object GID to attach the file to", "type": "string" } }, "required": [ "object_gid", "file_path" ], "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