Skip to main content
Glama
TylerIlunga

Procore MCP Server

Bulk Create Action Plan Template Test Record Requests

bulk_create_action_plan_template_test_record_requests_company

Creates multiple Action Plan template test record requests for a company in a single API call, handling partial failures by returning status for each item.

Instructions

Creates Multiple Company Action Plan Template Test Record Requests. Use this to create many Action Plans records in a single request. Creates many Action Plans records in one request and returns the created collection (HTTP 201). Partial failures may occur — check each item's status. Required parameters: company_id, plan_template_test_record_requests. Procore API: Project Management > Action Plans. Endpoint: POST /rest/v1.0/companies/{company_id}/action_plans/plan_template_test_record_requests/bulk_create

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
completion_modeNoQuery string parameter — whether to update what can be or nothing if one can not be updated. Defaults to "all_or_nothing"
plan_template_test_record_requestsYesJSON request body field — plan_template_test_record_requests
Behavior3/5

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

Annotations already indicate it is write (readOnlyHint=false), non-destructive, and not idempotent. The description adds that it returns HTTP 201 and warns about partial failures. Given openWorldHint=true, more detail on side effects would be valuable, but the description does not contradict 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 relatively short but contains redundancy (the creation statement is repeated twice). It includes key elements like purpose, usage, return info, and API reference, but could be more structured and concise. The repeated 'Creates many Action Plans records' is filler.

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?

For a bulk creation tool with no output schema, the description lacks details on the response structure, error handling, and limits. It mentions partial failures but does not elaborate on how to interpret statuses. With openWorldHint=true and behavioral traits partially uncovered, the description leaves significant gaps for an agent to use correctly.

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

Parameters2/5

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

Input schema has 100% coverage but descriptions are minimal, especially for 'plan_template_test_record_requests' which just repeats its name. The description only restates required parameters from the schema, adding no extra meaning about format, constraints, or structure. The schema descriptions themselves are insufficient, and the description does not compensate.

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

Purpose4/5

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

The tool name and description state it creates multiple Action Plan Template Test Record Requests at the company level. It clearly differentiates from the project-level sibling by including 'company' in the name and description. However, the description inconsistently refers to 'Action Plans records' instead of 'test record requests', causing minor confusion.

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

Usage Guidelines3/5

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

The description indicates this is for bulk creation ('use this to create many...'), which implies it's for when multiple records are needed at once. However, it does not explicitly contrast with the single-create alternative (create_company_action_plan_template_test_record_request) or provide conditions for choosing one over the other. The mention of partial failures gives some operational guidance.

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