Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update Meeting Topic

update_meeting_topic_project

Update meeting topic details in a Procore project. Specify project, meeting, and topic IDs along with the updated topic object.

Instructions

Update an existing Meeting Topic. #### Uploading attachments To upload attachments you must upload the entire payload as multipart/form-data content-type and specify each parameter as form-data together with attachments[] as files. Use this to update an existing Meetings (only the supplied fields are changed). Updates the specified Meetings and returns the modified object on success. Required parameters: project_id, id, meeting_id, meeting_topic. Procore API (v1.1): Project Management > Meetings. Endpoint: PATCH /rest/v1.1/projects/{project_id}/meeting_topics/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesURL path parameter — unique identifier for the project.
idYesURL path parameter — iD of the Meeting Topic
meeting_idYesJSON request body field — the ID of the Meeting the Meeting Topic belongs to
meeting_topicYesJSON request body field — meeting topic object
attachmentsNoJSON request body field — an array of the Attachments of the Meeting Topic. To upload attachments you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together wit...
Behavior4/5

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

Annotations already indicate read-write (readOnlyHint false) and not destructive. The description adds key behavioral detail: it performs a partial update ('only the supplied fields are changed'), requires multipart/form-data for attachments, and returns the modified object. This exceeds what annotations alone provide, but omits information on permissions or rate limits.

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 the core action but becomes verbose with a heading and repeat information. It redundantly lists required parameters (already in schema) and contains inconsistent terminology ('Meetings' vs 'Meeting Topic'). It could be more concise by removing the redundant list and fixing inconsistencies.

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 no output schema, the description notes it returns the modified object, which is helpful. However, it does not explain the meeting_topic nested object structure (schema says additionalProperties, so vague), nor does it address error handling or provide guidance among the many sibling update tools. The attachment upload instruction is complete but other aspects are lacking.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds value by explicitly listing required parameters and clarifying the special multipart/form-data requirement for the attachments parameter, which the schema description does not fully cover. This aids understanding beyond schema alone.

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 it updates an existing Meeting Topic, using the verb 'Update' and resource 'Meeting Topic'. However, it inconsistently refers to 'Meetings' later, causing slight confusion. It distinguishes from the many sibling tools by its specific resource, but does not explicitly differentiate from similar update tools like update_meeting_topic_v1_0.

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 provides guidance on uploading attachments via multipart/form-data but does not indicate when to use this tool versus alternatives (e.g., other meeting topic update versions). There is no mention of when not to use it, such as when needing to update other aspects of a meeting.

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