Skip to main content
Glama
TylerIlunga

Procore MCP Server

List Communication Threads

list_communication_threads
Read-onlyIdempotent

List all email threads for a communication in a Procore project, providing complete thread field data. Get full thread details when you already know the communication ID.

Instructions

Return a list of email communication threads. Use this when you already know which communication thread you want and need its full field set. communication_id must identify an existing parent record — resolve it with the matching list tool first. Returns a single JSON object describing the communication thread. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: project_id, communication_id. Procore API: Project Management > Emails. Endpoint: GET /rest/v1.0/communications/{communication_id}/threads

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesQuery string parameter — unique identifier for the project.
communication_idYesURL path parameter — unique identifier of the communication
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true; the description reinforces this with 'Read-only — it changes nothing in Procore' and adds valuable error behavior (401/403/404) and the exact endpoint. No contradictions.

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 structured and front-loaded with the purpose, followed by usage, return info, and error behavior. Most sentences add value, though 'Read-only' repeats the annotation and 'Required parameters' repeats the schema.

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?

The description covers purpose, prerequisite, read-only nature, and failures, but the return value is ambiguous ('Returns a single JSON object' for a list tool) and there's no mention of pagination, filtering, or the array shape. Without an output schema, this gap is significant.

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 descriptions cover both parameters at 100%, so the baseline is 3. The description adds context about communication_id needing to resolve an existing parent record and identifies the endpoint path, but doesn't elaborate on parameter formatting or constraints beyond the schema.

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 opening 'Return a list of email communication threads' is clear, but the subsequent guidance 'Use this when you already know which communication thread you want and need its full field set' conflicts with list semantics and overlaps with the show_communication_thread sibling, muddying 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?

Provides a usage condition ('when you already know which communication thread you want') and a prerequisite (resolve communication_id with the matching list tool first), but does not explicitly contrast with show_communication_thread or state when not to use this list tool, and the given condition seems more appropriate for a show 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