Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Generic Tool Item Response.

create_generic_tool_item_response

Creates a new response for a generic tool item within a specified project and generic tool in Procore. Use to add custom configurable tool responses.

Instructions

Create a new response for a generic tool item 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 create a new Custom - Configurable Tools in Procore. Creates a new Custom - Configurable Tools and returns the created object on success (HTTP 201). Required parameters: generic_tool_id, generic_tool_item_id, project_id, generic_tool_item_response. Procore API: Company Admin > Custom - Configurable Tools. Endpoint: POST /rest/v1.0/projects/{project_id}/generic_tools/{generic_tool_id}/generic_tool_items/{generic_tool_item_id}/generic_tool_item_responses

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
generic_tool_idYesURL path parameter — unique identifier for the generic tool.
generic_tool_item_idYesURL path parameter — unique identifier for the generic tool item.
project_idYesURL path parameter — unique identifier for the project.
generic_tool_item_responseYesJSON request body field — generic_tool_item_response
Behavior3/5

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

Description states it creates and returns the object on HTTP 201, confirming mutation. Annotations already indicate not read-only, not destructive, not idempotent. No contradictions, but description adds little beyond what annotations provide.

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?

Description includes repeated phrasing about 'Custom - Configurable Tools' and administrative context. Could be tighter while preserving essential information.

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?

Description provides purpose, required parameters, and links to documentation. However, it does not describe the format of generic_tool_item_response, and there is no output schema to compensate. Adequate for a typical agent but could be more thorough.

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 baseline is 3. Description mentions required parameters but does not explain the meaning or structure of generic_tool_item_response beyond the schema. The endpoint path is implicit from the description.

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?

Title and first sentence clearly state the action (create a response) and resource (generic tool item). The endpoint URL reinforces the resource hierarchy. However, it does not explicitly distinguish from sibling tools like create_generic_tool_item or create_generic_tool_status.

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?

Description provides context for when to use (creating a response for a generic tool item) and lists required parameters. However, it lacks guidance on when not to use this tool versus alternatives, and no explicit exclusions or prerequisites are mentioned.

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