Skip to main content
Glama
TylerIlunga

Procore MCP Server

Show Program

show_program
Read-onlyIdempotent

Get the complete field set for a specific Procore program. Use a known program ID to retrieve full details as JSON; resolve the ID with the list tool if needed.

Instructions

Show detail on the specified Program. Use this when you already know which program you want and need its full field set. company_id defaults to the value set by procore_set_config when omitted, and id must identify an existing parent record — resolve it with the matching list tool first. Returns a single JSON object describing the program. 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, id. Procore API: Company Admin > Company Settings. Endpoint: GET /rest/v1.0/companies/{company_id}/programs/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesURL path parameter — unique identifier of the Company Settings resource
company_idYesURL path parameter — unique identifier for the company.
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description reinforces this with 'Read-only — it changes nothing in Procore.' Beyond that, it adds valuable context: error payloads with common HTTP statuses (401, 403, 404), return type ('single JSON object'), and API endpoint information. This exceeds what annotations provide, though it doesn't cover potential rate limits or auth nuances.

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

Conciseness4/5

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

The description is moderately long but information-dense. Each sentence earns its place: purpose, usage, parameter behavior, return type, read-only confirmation, error handling, and API reference. It is front-loaded with the main verb and resource, and there is no filler or repetition.

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

Completeness4/5

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

For a simple read tool with no output schema and two well-documented parameters, the description covers return shape, failure modes, endpoint context, and parameter defaults. The only minor gap is the internal inconsistency between 'Required parameters: company_id, id' and the claim that company_id defaults when omitted, which is a spec nuance rather than a fatal omission.

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%, so the schema already documents both parameters. The description adds meaningful semantics beyond that: company_id defaults to the procore_set_config value when omitted, and id must identify an existing parent record, with advice to resolve it via the list tool. It also explicitly labels both as required, though this creates a slight tension with the default behavior.

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 opens with 'Show detail on the specified Program' – a specific verb+resource statement that clearly identifies what the tool does. It further clarifies scope by saying 'when you already know which program you want and need its full field set,' which implies it is used after discovery via a list tool. This distinguishes it from list-style siblings, though it does not name an alternative sibling explicitly.

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

Usage Guidelines4/5

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

The description explicitly states when to use the tool: 'Use this when you already know which program you want and need its full field set.' It also directs the agent to 'resolve it with the matching list tool first,' which serves as an alternative for id discovery. It does not explicitly list when-not-to-use scenarios, but the guidance is clear enough.

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