Skip to main content
Glama
TylerIlunga

Procore MCP Server

List Generic Tool Items

list_generic_tool_items
Read-onlyIdempotent

Retrieve a list of generic tool items within a project and generic tool. Use it to discover items or find IDs for subsequent operations.

Instructions

Returns a list of all Generic Tool Items in the specified Project and Generic Tool. For more information on Generic Tool and Correspondence Tool endpoints, see Working with the Correspondence Tool. Use this to discover generic tool items or to look up the id of one before calling a tool that needs it. project_id defaults to the value set by procore_set_config when omitted, and generic_tool_id must identify an existing parent record — resolve it with the matching list tool first. Returns a JSON array of generic tool items; page and per_page control pagination and the response reports how many pages remain. 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: generic_tool_id, project_id. Procore API: Company Admin > Custom - Configurable Tools. Endpoint: GET /rest/v1.0/projects/{project_id}/generic_tools/{generic_tool_id}/generic_tool_items

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoQuery string parameter — page number for paginated results (default: 1)
sortNoQuery string parameter — field to sort by. If the field is passed with a - (EX: -updated_at) it is sorted in reverse order
viewNoQuery string parameter — if supplied customize the response format
per_pageNoQuery string parameter — number of items per page (default: 100, max: 100)
project_idYesURL path parameter — unique identifier for the project.
filters__idNoQuery string parameter — return item(s) with the specified IDs.
filters__queryNoQuery string parameter — return item(s) containing search query
filters__statusNoQuery string parameter — returns item(s) matching the specified status value.
generic_tool_idYesURL path parameter — unique identifier for the Generic Tool
filters__overdueNoQuery string parameter — if true, returns item(s) that are overdue.
filters__closed_atNoQuery string parameter — returns item(s) closed within the specified ISO 8601 datetime range.
filters__issued_atNoQuery string parameter — returns item(s) issued within the specified ISO 8601 datetime range.
filters__vendor_idNoQuery string parameter — return item(s) with the specified Vendor ID.
filters__created_atNoQuery string parameter — return item(s) created 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 `YYYY-MM-...
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__recycle_binNoQuery string parameter — if true, returns item(s) that have been deleted.
filters__created_by_idNoQuery string parameter — returns item(s) created by the specified User IDs.
filters__received_from_idNoQuery string parameter — filter results by received from id
filters__login_information_idNoQuery string parameter — array of Login Information IDs. Returns item(s) with the specified Login Information ID.
Behavior5/5

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

Goes well beyond the annotations by disclosing return format ('Returns a JSON array'), pagination behavior ('page and per_page control pagination and the response reports how many pages remain'), error handling ('Failures come back as an error payload carrying the HTTP status — commonly 401...403...404'), and the default for project_id. It also reinforces the read-only nature in prose. No contradiction with annotations.

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

Conciseness5/5

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

Although long, the description is information-dense and well-structured: purpose, tutorial link, usage, default behavior, pagination, read-only status, error codes, required parameters, API location, and endpoint. Every sentence adds a distinct piece of useful information, and the most important facts are front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (19 parameters, no output schema, annotations present), the description covers essential context: return format, pagination, error semantics, prerequisites, default behavior, and the full API endpoint. The only minor gap is the internal structure of each item, but that is not expected without an output schema, and the 'extended' view enum hints at richer detail through parameters.

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

Parameters4/5

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

Schema coverage is 100% for all 19 parameters, giving a baseline of 3. The description adds meaningful semantics that the schema lacks: project_id defaults to the value set by procore_set_config, generic_tool_id must identify an existing parent record, and page/per_page control pagination with pages remaining. These extras justify a score above baseline, though the schema still handles the bulk of parameter details.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and resource: 'Returns a list of all Generic Tool Items in the specified Project and Generic Tool.' It clearly distinguishes itself from sibling tools like list_generic_tools (which lists tools, not items) by naming the exact resource and scope, and even provides a use case: 'discover generic tool items or to look up the id of one before calling a tool that needs it.'

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

Usage Guidelines5/5

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

Provides explicit when-to-use guidance: 'Use this to discover generic tool items or to look up the id of one before calling a tool that needs it.' It also names a prerequisite alternative: 'generic_tool_id must identify an existing parent record — resolve it with the matching list tool first.' This points the agent to call list_generic_tools first, which is a clear alternative and usage boundary.

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