Skip to main content
Glama
TylerIlunga

Procore MCP Server

List External RFIs

list_external_rfis
Read-onlyIdempotent

List external RFIs in a Procore project, applying filters for due date, status, or manager. Obtain complete RFI details to review and track information requests.

Instructions

Returns all External RFIs in the specified Project. See Filtering on List Actions for information on using the filtering capabilities provided by this endpoint. Use this when you already know which external RFI you want and need its full field set. company_id and project_id default to the values set by procore_set_config when omitted. Returns a single JSON object describing the external RFI. 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: company_id, project_id. Procore API (v2.0): Project Management > RFI. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/external_rfis

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoQuery string parameter — page number for paginated results (default: 1)
sortNoQuery string parameter — field to sort the External Rfi list by. If the field is passed with a prefixed '-' (Example: -position) it will be sorted in reverse order.
per_pageNoQuery string parameter — number of items per page (default: 100, max: 100)
company_idYesURL path parameter — unique identifier for the company.
project_idYesURL path parameter — unique identifier for the project.
filters__due_dateNoQuery string parameter — return item(s) that are due within the specified ISO 8601 datetime range. Formats: `YYYY-MM-DD`...`YYYY-MM-DD` - Date `YYYY-MM-DDTHH:MM:SSZ`...`YYYY-MM-DDTHH:MM:SSZ` - DateTime with UTC Offset `YYY...
filters__updated_atNoQuery string parameter — return item(s) last updated within the specified ISO 8601 datetime range. Formats: `YYYY-MM-DD`...`YYYY-MM-DD` - Date `YYYY-MM-DDTHH:MM:SSZ`...`YYYY-MM-DDTHH:MM:SSZ` - DateTime with UTC Offset `YYY...
filters__sync_statusNoQuery string parameter — return item(s) with the specified External RFI Sync Status.
filters__initiated_atNoQuery string parameter — return item(s) that were Initiated within the specified ISO 8601 datetime range. Formats: `YYYY-MM-DD`...`YYYY-MM-DD` - Date `YYYY-MM-DDTHH:MM:SSZ`...`YYYY-MM-DDTHH:MM:SSZ` - DateTime with UTC Offs...
filters__time_resolvedNoQuery string parameter — return item(s) that are due within the specified ISO 8601 datetime range. Formats: `YYYY-MM-DD`...`YYYY-MM-DD` - Date `YYYY-MM-DDTHH:MM:SSZ`...`YYYY-MM-DDTHH:MM:SSZ` - DateTime with UTC Offset `YYY...
filters__rfi_manager_idNoQuery string parameter — returns item(s) with the specified External RFI's Manager ID.
filters__received_from_idNoQuery string parameter — returns item(s) with the specified External RFI's Received From ID.
filters__connection_statusNoQuery string parameter — return item(s) with the specified External RFI Connection Status.
filters__responsible_contractor_idNoQuery string parameter — returns item(s) with the specified External RFI's Responsible Contractor ID.
Behavior3/5

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

The description adds useful behavioral context beyond annotations: read-only assertion, defaulting of company_id and project_id from procore_set_config, and common HTTP error statuses. However, it also states 'Returns a single JSON object,' which is likely inaccurate for a list endpoint and misrepresents the response shape. Since the description partially contradicts its own stated behavior and the endpoint's nature, transparency is only average.

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 moderately concise and includes a mix of useful metadata (error handling, defaults, API path). However, the contradictory 'single JSON object' sentence is both redundant and misleading, and the 'Required parameters' line repeats schema information. Overall it earns a middle score.

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?

For a 14-parameter list tool with no output schema, the description should clarify the return shape (array of external RFIs) and pagination behavior. Instead it incorrectly says 'Returns a single JSON object.' It covers read-only and error handling well, but the critical list-versus-single distinction is missing. The description is incomplete and potentially misleading in a key area.

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 coverage is 100%, so the baseline is 3. The description adds value only for company_id and project_id by explaining their default behavior when omitted, which is not in the schema. Other parameters are left to the schema or the external filtering link, so no additional meaning is provided for them.

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 sentence clearly identifies the action (returns all External RFIs) and scope (specified Project), but the later claim 'Returns a single JSON object describing the external RFI' conflicts with the list semantics and the endpoint. This muddies whether the tool returns a collection or a single record, so the purpose is not entirely clear.

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 only usage guidance is 'Use this when you already know which external RFI you want and need its full field set,' which paradoxically describes a lookup of a single known RFI, more aligned with show_external_rfi. There is no guidance on when to prefer alternatives, when not to use it, or how filtering fits relative to other list variants. This could lead an agent to call this tool when show_external_rfi is intended.

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