Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create App Configuration

create_app_configuration

Create a new app configuration for a Procore project to add App Marketplace records. Required parameters include company ID, app installation ID, instance configuration, and title.

Instructions

Create new app configuration for a specified project. Use this to create a new App Marketplace records in Procore. Creates a new App Marketplace records and returns the created object on success (HTTP 201). Required parameters: company_id, app_installation_id, company_id, instance_configuration, title. Procore API: Platform - Developer Tools > App Marketplace. Endpoint: POST /rest/v1.0/companies/{company_id}/app_configurations

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesJSON request body field — unique identifier for the Procore company
sortNoQuery string parameter — direction (asc/desc) can be controlled by the presence or absence of '-' before the sort parameter.
applies_to_all_projectsNoJSON request body field — apply the app configuration to all projects under a company ( if set to true, project_ids field must be blank )
applies_to_companyNoJSON request body field — apply the app configuration to be available from company routes
app_installation_idYesJSON request body field — unique identifier of the app installation
instance_configurationYesJSON request body field — app configuration values for a set of projects.
project_idsNoJSON request body field — a list of projects which will have the app configuration
titleYesJSON request body field — single title for app configurations
Behavior3/5

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

Annotations already indicate non-read-only and non-destructive nature. The description adds that it returns HTTP 201 and the created object, and lists the required parameters. However, it does not disclose side effects or specific behaviors beyond creation, which is partially covered by 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 four sentences with some redundancy (repeats 'App Marketplace records'). It includes essential details like required parameters and API endpoint, but could be more concise. Adequate but not optimized.

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?

Given the tool's complexity (8 parameters, nested objects, no output schema) and the presence of sibling tools, the description provides basic context (endpoint, return status) but lacks explanation of parameter interdependencies, error handling, or response structure. It meets minimum viability but has clear gaps.

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?

Input schema has 100% coverage with descriptions for all parameters. The description merely repeats the required parameter names without adding semantic meaning, such as explaining the relationship between 'applies_to_all_projects' and 'project_ids' or the structure of 'instance_configuration'. Baseline score of 3 is appropriate.

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 the tool creates a new app configuration for a project, and the mention of 'App Marketplace records' provides domain context. It distinguishes from sibling CRUD tools by the verb 'create', but the repetition of 'Creates a new App Marketplace records' is slightly redundant.

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 only says 'Use this to create a new App Marketplace records' without explaining when to use this tool versus siblings like update_app_configuration or list_app_configurations. No guidance on prerequisites or conditions.

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