Skip to main content
Glama
TylerIlunga

Procore MCP Server

Delete Meeting Attendee Record

delete_meeting_attendee_record
DestructiveIdempotent

Permanently delete a meeting attendee record to disassociate a user from a meeting. Requires meeting ID, project ID, and attendee record ID.

Instructions

Delete a specified meeting attendee record, disassociating a given user from a meeting. Use this to permanently delete the specified Meetings. This cannot be undone. Permanently removes the specified Meetings. This action cannot be undone. Required parameters: meeting_id, project_id, id. Procore API: Project Management > Meetings. Endpoint: DELETE /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.
Behavior2/5

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

Annotations already indicate destructiveHint=true. The description adds context about permanence and disassociation, but contradicts itself about what is deleted (meeting attendee vs. Meetings). This error undermines transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description contains redundant phrases ('This cannot be undone' and 'Permanently removes the specified Meetings' repeated). It is not concise and could be reduced to a single clear sentence.

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 no output schema, the description should mention the return value or success indication. It does not. The error about deleting Meetings instead of the attendee record further reduces completeness. An agent may be misled about the scope of the 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% description coverage for parameters, so baseline is 3. The description lists required parameters and the API endpoint, adding minor value beyond schema. No additional semantics about constraints or default values.

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 states it deletes a meeting attendee record, but later incorrectly says it permanently deletes the specified Meetings. This confusion between the attendee record and the meeting itself reduces clarity. The verb and resource are identified, but the resource is misstated.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives. Among many delete tools, there is no mention of prerequisites or edge cases. The description does not help an agent decide when to invoke this specific tool.

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