Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Link

create_link

Creates a project home link by providing project ID, title, and URL. Requires company or project 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. Use this to create a new Project-Level Configuration records in Procore. Creates a new Project-Level Configuration records and returns the created object on success (HTTP 201). Required parameters: project_id, title, url. Procore API: Company Admin > Project-Level Configuration. Endpoint: POST /rest/v1.0/links

Input Schema

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

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

Annotations already indicate this is not read-only. The description adds permission requirements and a deprecation note but does not disclose additional behavioral traits such as rate limits or side effects beyond the 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 moderately concise and front-loaded with the main purpose. It includes some redundant information (e.g., listing required parameters again) but remains focused and efficient.

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

Completeness4/5

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

For a simple create tool with three required parameters and no output schema, the description covers permissions, deprecation, return status, and even links to the V2 endpoint. This provides adequate context without being exhaustive.

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 the description merely lists the required parameters without adding extra meaning beyond what the schema already provides. This meets the baseline for tools with high schema coverage.

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 description clearly states 'Creates a Project Home Link on a given project' with a specific verb and resource. However, it also refers to 'Project-Level Configuration records,' which introduces slight ambiguity about what exactly is created.

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 mentions required permissions and deprecation with an alternative V2 endpoint, offering some context for when to use this tool. However, it lacks explicit when-to-use or when-not-to-use guidance compared to sibling tools.

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