Skip to main content
Glama
TylerIlunga

Procore MCP Server

Move Action Plan Section

move_action_plan_section

Move an action plan section to a new position within the plan. Specify the section to move and optionally the following section ID.

Instructions

Moves the Action Plan Section. Use this to perform the move action action on Action Plans. Creates a new Action Plans and returns the created object on success (HTTP 201). Required parameters: project_id, id. Procore API: Project Management > Action Plans. Endpoint: POST /rest/v1.0/projects/{project_id}/action_plans/plan_sections/{id}/move

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesURL path parameter — unique identifier for the project.
idYesURL path parameter — action Plan Section ID
next_section_idNoQuery string parameter — iD of the Action Plan Section that will follow the newly moved Section. When moving an Action Plan Section to the last position of the Action Plan, do not provide this parameter.
Behavior1/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description claims creation of a new Action Plan, which is inaccurate for a move operation. Annotations do not provide behavioral details, so the description must be clear but is misleading. This is a significant transparency failure.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short but contains redundancy ('move action action') and an erroneous statement about creation. It could be more concise and accurate.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description omits important context: what the endpoint returns, how positions are updated, error handling, and prerequisites. With no output schema and minimal annotations, this is inadequate for a tool with 3 parameters.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

All three parameters are documented in the input schema with clear descriptions. The description does not add meaning beyond the schema, merely restating required parameters. Baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with 'Moves the Action Plan Section' which clearly states the verb and resource. However, it later says 'Creates a new Action Plans' which is misleading and contradicts the move operation, reducing clarity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool vs. siblings like 'move_action_plan_item_within_or_across_sections'. The phrase 'Use this to perform the move action action' is redundant and unhelpful.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/TylerIlunga/procore-mcp-server'

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