Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update Company'S Logo

update_companys_logo
Idempotent

Update a company's logo by uploading a new image. Returns the modified company settings on success.

Instructions

Upload and set company logo. Use this to update an existing Company Settings (only the supplied fields are changed). Updates the specified Company Settings and returns the modified object on success. Required parameters: company_id. Procore API: Company Admin > Company Settings. Endpoint: PUT /rest/v1.0/companies/{company_id}/settings/logo

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
typeNoQuery string parameter — type of requesting entity
Behavior2/5

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

Annotations already indicate readOnlyHint=false, destructiveHint=false, idempotentHint=true, and openWorldHint=true. The description adds that it returns the modified object on success, but this is implied by the update action. No additional behavioral traits beyond the annotations are disclosed, so the description adds minimal value.

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 fairly concise with several sentences, but each adds value: purpose, usage context, required params, API reference, and endpoint. Some redundancy exists (e.g., mentioning update twice), but it is front-loaded and well-structured. Could be slightly more 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?

The tool is simple (2 params, no output schema), and the description covers return values ('returns the modified object'), required parameters, and endpoint. No gaps are identified; it is complete for an update operation.

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% parameter description coverage, so baseline is 3. The description mentions the required parameter company_id but does not add meaning beyond the schema's descriptions for company_id and type. No additional parameter insight is provided.

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 tool uploads and sets the company logo, with a specific verb and resource. It distinguishes itself from sibling tools like delete_company_logo by indicating it updates and returns the modified object. The endpoint and API context further clarify the purpose.

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 update an existing Company Settings' and mentions required parameters, implying context for use. However, it does not explicitly state when to use this tool versus alternatives or when not to use it. No exclusion or alternative guidance is provided.

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