Skip to main content
Glama
TylerIlunga

Procore MCP Server

find_configurable_field_set_by_index

Retrieve configurable field sets from Procore by specifying type and company ID, with optional project or category filters for targeted results.

Instructions

Find Configurable Field Set by Index. [Company Admin/Custom - Configurable Tools] GET /rest/v1.0/companies/{company_id}/configurable_field_sets/find_by_index

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesUnique identifier for the company.
typeYesThe type of Configurable Field Set
project_idNoProject ID that is associated to the Configurable Field Set, if applicable
scope__categoryNoCategory or observations_category_id are required for an Observations Configurable Field Set (0 = quality, 1 = safety, 2 = commissioning, 3 = warranty, 4 = work to complete)
scope__observations_category_idNoCategory or observations_category_id Required for an Observations Configurable Field Set
scope__inspection_type_idNoRequired for an Inspection Configurable Field Set. If a value is provided, only field set of the specific Inspection type is returned. If no value is provided, only field set of unassociated Inspec...
scope__generic_tool_idNoRequired for a Generic Tool Item Configurable Field Set (type of ConfigurableFieldSet::GenericToolItem)
scope__action_plan_type_idNoRequired for an Action Plans Plan Configurable Field Set (type of ConfigurableFieldSet::ActionPlans::Plan)
pageNoPage number for pagination
per_pageNoItems per page (max 100)
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It indicates a GET operation (from the URL), implying a read-only, non-destructive action, but does not disclose behavioral traits like pagination handling (implied by 'page' and 'per_page' parameters), authentication needs, rate limits, or error conditions. The description adds minimal value beyond the implied HTTP method.

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 a single sentence that restates the tool name and includes the HTTP endpoint, which is somewhat redundant but provides technical context. It is front-loaded with the core purpose but could be more structured (e.g., separating functional description from technical details). It avoids unnecessary verbosity but lacks efficiency in conveying key usage information.

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 the complexity (10 parameters, no annotations, no output schema), the description is inadequate. It does not explain the tool's role in the system, the meaning of 'by Index', expected output format, or error handling. For a tool with many parameters and no structured output, more contextual information is needed to guide the agent effectively.

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 description coverage is 100%, so the schema fully documents all 10 parameters. The description adds no additional parameter semantics, such as explaining relationships between parameters (e.g., how 'type' interacts with scope parameters) or usage examples. Baseline 3 is appropriate as the schema does the heavy lifting.

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 description clearly states the action ('Find') and resource ('Configurable Field Set by Index'), and includes the context '[Company Admin/Custom - Configurable Tools]' which helps scope its purpose. However, it does not explicitly differentiate from sibling tools, as the sibling list is extensive and includes many 'list' or 'get' tools, but none with identical naming or clear overlap.

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 description provides no guidance on when to use this tool versus alternatives. It mentions a category ('Company Admin/Custom - Configurable Tools') but does not specify prerequisites, exclusions, or recommend other tools for similar tasks, leaving the agent without usage context.

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