Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Company Form Template

create_company_form_template

Create a new company form template in Procore Forms by providing company ID, form template data, and a fillable PDF.

Instructions

Create a new Company Form Template. Use this to create a new Forms in Procore. Creates a new Forms and returns the created object on success (HTTP 201). Required parameters: company_id, form_template, fillable_pdf. Procore API: Project Management > Forms. Endpoint: POST /rest/v1.0/companies/{company_id}/form_templates

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
form_templateYesJSON request body field — the form template for this Forms operation
fillable_pdfYesJSON request body field — form Template's Fillable PDF. To upload a fillable PDF you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together with `fillable_pdf` ...
Behavior3/5

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

Annotations indicate readOnlyHint=false (write operation), destructiveHint=false, idempotentHint=false. The description mentions HTTP 201 on success and hints at multipart/form-data for fillable_pdf, but doesn't elaborate on error behavior, rate limits, or other side effects. It 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.

Conciseness4/5

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

The description is two sentences plus required parameter list and API info. It is relatively concise but has slight redundancy ('Create a new Company Form Template' and 'Use this to create a new Forms in Procore'). Front-loads key information effectively.

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?

With 3 required params, no output schema, and annotations present, the description covers basic creation details and response status. However, it lacks explanation of the form_template object structure, prerequisites, or return value structure. Adequate but not comprehensive.

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?

Schema coverage is 100% and descriptions for parameters are already detailed. The description lists required parameters and mentions multipart/form-data for fillable_pdf, but adds no new semantic meaning beyond the schema. Baseline 3 applies due to high schema coverage.

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

Purpose5/5

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

The description clearly states 'Create a new Company Form Template' and specifies it creates a new Form in Procore, with the endpoint and HTTP 201 response. This distinguishes it from sibling tools like 'create_form' (which creates a form instance) and 'update_company_form_template'.

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?

The description says 'Use this to create a new Forms in Procore' and lists required parameters, but provides no guidance on when not to use it, prerequisites, or alternatives. Given the large sibling list with many creation tools, clearer delineation is needed.

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