Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Company Action Plan Template Item Assignee

create_company_action_plan_template_item_assignee

Assign a role to a company action plan template item. Provide company ID, template item ID, and role to create the assignee.

Instructions

Create Company Action Plan Template Item Assignee. Use this to create a new Action Plans in Procore. Creates a new Action Plans and returns the created object on success (HTTP 201). Required parameters: company_id, plan_template_item_id, role. Procore API: Project Management > Action Plans. Endpoint: POST /rest/v1.0/companies/{company_id}/action_plans/plan_template_item_assignees

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
plan_template_item_idYesJSON request body field — company Action Plan Template Item ID of the Company Action Plan Template Item Assignee to be set
is_holdingNoJSON request body field — indicates whether or not the Assignee's signature is holding
roleYesJSON request body field — role of the Company Action Plan Template Item Assignee to be set
verification_method_idNoJSON request body field — verification Method ID of the Company Action Plan Template Item Assignee to be set
Behavior2/5

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

Annotations already indicate this is a write operation (readOnlyHint=false). The description adds minimal value by confirming it returns the created object, but lacks details on side effects, idempotency, or permissions. No contradiction with annotations.

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 (first two sentences repeat the same idea) and a typo. It includes necessary API reference but could be more compact.

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

Completeness3/5

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

For a tool with 5 parameters and no output schema, the description covers the creation action and return of the object. However, it lacks context about the assignee's role, relationship to other action plan entities, and constraints.

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?

The description merely restates the required parameters (company_id, plan_template_item_id, role). Since input schema covers all parameters with descriptions (100% coverage), the description adds no additional meaning beyond what the schema provides.

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

Purpose2/5

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

The description states the tool creates an assignee for a company action plan template item, but contains a typo referring to 'Action Plans' instead of the actual resource. It does not distinguish from sibling tools like create_action_plan_item_assignee or bulk versions.

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 is provided on when to use this tool versus alternatives. It lists required parameters but does not explain context or exclusions.

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