Skip to main content
Glama
TylerIlunga

Procore MCP Server

update_app_configuration

Modify app configuration settings for Procore companies, including project assignments, titles, and instance values.

Instructions

Update app configuration. [Platform - Developer Tools/App Marketplace] PATCH /rest/v1.0/companies/{company_id}/app_configurations/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesApp Configuration ID
company_idYesUnique identifier for the company.
instance_configurationNoConfiguration values for an configuration of an app installation.
titleNoTitle for app configuration
project_idsNoA list of projects which will have the app configuration
Behavior2/5

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

No annotations are provided, so the description carries full burden. It states 'Update' which implies a mutation, but does not disclose behavioral traits like required permissions, whether changes are reversible, rate limits, or side effects. The HTTP method (PATCH) hints at partial updates, but this is not explained in the description.

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 concise with two parts: a brief purpose statement and technical details (platform and endpoint). It is front-loaded with the core action, though the technical details could be considered extraneous for an AI agent. No wasted sentences.

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?

Given the tool is a mutation with no annotations and no output schema, the description is incomplete. It fails to address key contextual aspects like what the update affects, error conditions, or response format. The complexity of updating nested objects (e.g., 'instance_configuration') warrants more explanation.

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 description coverage is 100%, so the schema fully documents the 5 parameters. The description adds no additional meaning about parameters beyond what the schema provides, such as explaining relationships between 'instance_configuration' and 'title'. Baseline 3 is appropriate when schema does the heavy lifting.

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

Purpose3/5

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

The description 'Update app configuration' clearly states the verb ('Update') and resource ('app configuration'), but it is vague about what specifically gets updated. It does not distinguish from sibling tools like 'create_app_configuration' or 'delete_app_configuration' beyond the action verb, leaving scope ambiguous.

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?

No guidance is provided on when to use this tool versus alternatives. The description lacks context about prerequisites, such as needing an existing app configuration, or comparisons with sibling tools like 'create_app_configuration' for initial setup.

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