Skip to main content
Glama
TylerIlunga

Procore MCP Server

Gets All Material Requirements Line Items.

gets_all_material_requirements_line_items
Read-onlyIdempotent

Retrieve a paginated list of material requirement line items across all requirements, returning complete field data for any specified company and project.

Instructions

Returns a paginated list of material requirement line items across all requirements. Use this when you already know which material requirements line item 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 material requirements line item. 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): Resource Management > Materials Management. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/materials_mgmt/material_requirements/line_items

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoQuery string parameter — page number for paginated results (default: 1)
sortNoQuery string parameter — sort results by field. Prefix with '-' for descending order (e.g. '-created_at').
viewNoQuery string parameter — response detail level. Use 'normal' for standard fields or 'extended' for all fields
per_pageNoQuery string parameter — the page size between 1 and 100.
company_idYesURL path parameter — the company identifier
project_idYesURL path parameter — the project identifier
filters__labelsNoQuery string parameter — the labels value for filtering
filters__searchNoQuery string parameter — filter results by search
filters__statusNoQuery string parameter — filter by material requirement status(es)
filters__columnsNoQuery string parameter — the columns to include in the response
filters__propertiesNoQuery string parameter — the document properties for filtering
filters__required_atNoQuery string parameter — the date range string for material requirements creation dates. Format: [YYYY-MM-DD...YYYY-MM-DD] (e.g. [2026-01-01...2026-12-31])
filters__property_keyNoQuery string parameter — the property key for filtering
filters__document_typeNoQuery string parameter — comma-separated list of material requirements document types to filter by
filters__material_typeNoQuery string parameter — comma-separated list of material requirements material type to filter by
filters__property_valueNoQuery string parameter — the property value for filtering
filters__material_property_keyNoQuery string parameter — comma-separated list of material material property keys to filter by
filters__material_property_valueNoQuery string parameter — comma-separated list of material requirements material property values to filter by
filters__material_requirement_guidsNoQuery string parameter — comma-separated list of material requirements needs guids to filter by
Behavior2/5

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

Annotations already declare read-only and idempotent. The description adds useful error-status reporting and config default behavior, but it also contains a major contradiction: it says 'Returns a single JSON object describing the material requirements line item' after saying it's a paginated list, and it claims company_id/project_id default when omitted while the schema marks them required. These inconsistencies undermine trust.

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 somewhat long and includes redundant read-only statement (already in annotations) and contradictory return type note. It does lead with the core purpose, but the extra boilerplate and internal inconsistencies make it less concise.

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?

With 19 parameters, no output schema, and high complexity, the description provides endpoint and error context but fails to clearly describe the response shape (mentions a single object vs list) and gives no guidance on pagination or filter usage beyond schema. The contradictions create gaps.

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

Parameters2/5

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

Schema coverage is 100%, so baseline 3. The description's parameter-related statement about defaulting is factually wrong given the required constraint, adding no value. No other parameter semantics are explained beyond schema.

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 first sentence clearly states it returns a paginated list of material requirement line items across all requirements, with a specific verb and resource. The usage phrase 'when you already know which material requirements line item you want' is confusing and slightly contradicts the list semantics, so not perfect. The endpoint and scope help distinguish it from sibling per-document line item tools.

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?

It provides a 'Use this when' clause but it's vague and misleading (knowing a specific line item would imply a single fetch, not a list). It does not mention when-not-to-use or suggest alternative tools like the sibling gets_line_items_for_a_specific_material_requirements_document. So guidance is poor.

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