Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Link (Deprecated)

create_link

Create a project home link by providing project ID, title, and URL. Requires admin permissions.

Instructions

Creates a Project Home Link on a given project. Note: Requires either Company Admin or Project Home Admin permission. This endpoint will be deprecated; please use the V2 endpoint. DEPRECATED: Procore has deprecated this endpoint (as of 2024-06-12). It may be removed without further notice; prefer a newer version of this resource where one exists, and use procore_search_endpoints to find it. Pass the record's fields as top-level arguments — they are nested under "link" in the request payload for you. Creates the link and returns it with its new id (HTTP 201); calling it again creates another record. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: project_id, title, url. Procore API: Company Admin > Project-Level Configuration. Endpoint: POST /rest/v1.0/links

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesJSON request body field — the full URL for the link
titleYesJSON request body field — the user-facing title of the link
project_idYesQuery string parameter — unique identifier for the project.
Behavior5/5

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

The description adds substantial behavior beyond the annotations. It explains that calling the tool again creates another record (non-idempotent), describes the success response (HTTP 201 with new id), details common failure modes (401, 403, 404), and clarifies the request payload nesting ('Pass the record's fields as top-level arguments — they are nested under "link" in the request payload for you'). This enriches the sparse annotation set without contradiction.

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 front-loaded with purpose and effectively organized, but it contains redundancy: deprecation is mentioned twice ('This endpoint will be deprecated...' and 'DEPRECATED: Procore has deprecated this endpoint...'). Including the API path and Procore API section adds length without crucial value. It is informative but not maximally concise.

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

Completeness5/5

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

Despite a simple tool with no output schema, the description covers permissions, deprecation, success and failure behavior, payload structure, and required parameters. It even mentions 'Creates the link and returns it with its new id (HTTP 201),' which addresses return value expectations. This is complete for an agent to select and invoke the tool correctly.

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 input schema already describes all three required parameters (project_id, title, url) with 100% coverage. The description adds minor context by listing them as required and noting the top-level versus nested payload structure, but it does not provide significant extra meaning beyond the schema. Baseline 3 is appropriate.

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 begins with a clear, specific verb and resource: 'Creates a Project Home Link on a given project.' This unambiguously states the tool's function and distinguishes it from sibling tools like list_links, update_link, and delete_link. It also references the V2 endpoint for bulk updates, further differentiating this creation action from related operations.

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

Usage Guidelines5/5

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

The description explicitly advises against using this deprecated endpoint and directs the agent to the V2 endpoint, even providing a link and instructing to 'use procore_search_endpoints to find it.' It also states required permissions ('Requires either Company Admin or Project Home Admin permission'), giving clear context on when this tool can be invoked versus alternatives.

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