Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update Meeting Attendee Record

update_meeting_attendee_record

Update an existing meeting attendee record by modifying specified fields such as status or associated user. Requires meeting ID, project ID, and attendee record ID.

Instructions

Update meeting attendee record. 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: meeting_id, project_id, id. Procore API: Project Management > Meetings. Endpoint: PATCH /rest/v1.0/meeting_attendee_records/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesURL path parameter — iD of the Meeting Attendee record
meeting_idYesQuery string parameter — unique identifier of the meeting
project_idYesQuery string parameter — unique identifier for the project.
statusNoJSON request body field — attendance status
login_information_idNoJSON request body field — the ID of the User to associate with the Meeting
Behavior4/5

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

Beyond the annotations (which indicate a non-destructive write), the description adds that 'only the supplied fields are changed' (partial update) and provides the HTTP method (PATCH) and endpoint. This enriches behavioral understanding without contradicting 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 concise and front-loaded with the purpose ('Update meeting attendee record'). It includes essential usage notes and endpoint details, though the Procore API section and endpoint line are somewhat extraneous for functional understanding.

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 update operation with 5 parameters and no output schema, the description covers purpose, usage, required parameters, and the return value. It lacks details on error handling or permissions but provides sufficient context for the agent to invoke the tool correctly.

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?

The input schema already describes all parameters with 100% coverage. The description reiterates required parameters ('meeting_id, project_id, id') and implies that only supplied fields are changed, adding slight behavioral context for optional parameters like 'status' and 'login_information_id.'

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 'Update meeting attendee record' and 'Updates the specified Meetings and returns the modified object on success,' indicating an update operation on a specific resource. However, it does not explicitly differentiate from sibling tools like 'create_meeting_attendee_record' or 'delete_meeting_attendee_record.'

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 Meetings' and lists required parameters ('meeting_id, project_id, id'), providing clear usage context. However, it does not specify when to avoid this tool or mention alternatives such as create or delete operations.

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