Skip to main content
Glama
by cristip73

asana_reorder_sections

Change the position of sections within Asana projects by moving them before or after other sections to organize project structure.

Instructions

Reorder a section within a project by specifying its position relative to another section

Input Schema

NameRequiredDescriptionDefault
project_idYesThe project ID containing the sections to reorder
section_idYesThe section GID to reorder
before_section_idNoInsert the section before this section GID. Use null for first position.
after_section_idNoInsert the section after this section GID. Use null for last position.

Input Schema (JSON Schema)

{ "properties": { "after_section_id": { "description": "Insert the section after this section GID. Use null for last position.", "type": "string" }, "before_section_id": { "description": "Insert the section before this section GID. Use null for first position.", "type": "string" }, "project_id": { "description": "The project ID containing the sections to reorder", "type": "string" }, "section_id": { "description": "The section GID to reorder", "type": "string" } }, "required": [ "project_id", "section_id" ], "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