Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Prime Contract

create_prime_contract_v1_0

Create a new Prime Contract in Procore by providing project ID and contract details. Returns the created contract on success.

Instructions

Create a new Prime Contract. Use this to create a new Prime Contracts in Procore. Creates a new Prime Contracts and returns the created object on success (HTTP 201). Required parameters: project_id, prime_contract. Procore API: Construction Financials > Prime Contracts. Endpoint: POST /rest/v1.0/prime_contract

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
run_configurable_validationsNoQuery string parameter — if true, validations are run for the corresponding Configurable Field Set.
project_idYesJSON request body field — unique identifier for the project.
attachmentsNoJSON request body field — prime Contract attachments. To upload attachments you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together with `attachments[]` as f...
prime_contractYesJSON request body field — prime Contract object
Behavior2/5

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

Annotations provide readOnlyHint=false and destructiveHint=false, but the description only states that it creates and returns the object. No additional behavioral details (e.g., permissions, idempotency, rate limits) are provided, and the description does not compensate for the sparse 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 relatively concise (5 sentences) and front-loaded with the purpose. It includes necessary details like required parameters and endpoint, though it could be slightly more succinct.

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?

There is no output schema, and the description only vaguely mentions 'returns the created object'. It does not describe the structure of the prime_contract input object or the response, leaving the agent with insufficient context for correct invocation.

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 schema covers all 4 parameters with descriptions (100% coverage). The description reiterates the required fields (project_id, prime_contract) but adds no extra meaning beyond what is in the schema.

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 the action (create) and the resource (Prime Contract). It specifies the endpoint and success response (HTTP 201), leaving no ambiguity about what the tool does.

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 says 'Use this to create a new Prime Contracts' but does not provide guidance on when not to use this tool or mention alternative tools (e.g., for updating or listing). The context is minimal.

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