Skip to main content
Glama
TylerIlunga

Procore MCP Server

Show User Info

show_user_info
Read-onlyIdempotent

Retrieve the authenticated user's information, optionally scoped to a company or project ID for directory-specific details. Returns a single JSON object.

Instructions

Returns information on the authenticated user. If a company_id or project_id parameter is included, directory-specific information on the user will also be returned. Returns a globally unique user id (across companies). NOTE: This endpoint does not require the ['Procore-Company-Id' header] (https://developers.procore.com/documentation/tutorial-mpz) to be included on a request unless a company_id or project_id parameter is also included. Use this when you already know which user info you want and need its full field set. Returns a single JSON object describing the user info. 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. Procore API: Platform - Developer Tools > Platform Services. Endpoint: GET /rest/v1.0/me

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idNoQuery string parameter — unique identifier for the company. You must supply either a company_id or project_id in order for a name to be returned.
project_idNoQuery string parameter — unique identifier for the project. You must supply either a company_id or project_id in order for a name to be returned.
Behavior5/5

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

Beyond the annotations (readOnly, idempotent), the description adds concrete details: the header requirement, the globally unique id, the read-only nature, and expected error status codes (401, 403, 404). This provides actionable behavioral context beyond what annotations state.

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 long but well-organized, opening with the main purpose, then parameter effects, usage note, return info, and error handling. Every sentence carries useful information; it's slightly dense but not redundant. Could be trimmed but overall effective.

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?

With no output schema, the description states the return format (single JSON object) and key behavior (auth header, errors). It covers the essential aspects for an agent to decide to call and interpret the result. The low complexity and strong annotations make this sufficient.

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?

The schema already covers the parameter descriptions (100% coverage). The description adds meaningful context: that including a company_id or project_id triggers directory-specific info and that the Procore-Company-Id header is required only when these params are used. This enriches the schema.

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 clearly states the tool returns information about the authenticated user, specifies the endpoint, and mentions the unique user id. It also provides a usage context ('when you already know which user info you want and need its full field set') that distinguishes it from search/list alternatives among siblings.

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?

It gives an explicit when-to-use statement and explains the condition for including optional params (company_id/project_id) and the header requirement. However, it does not explicitly name alternatives or state when not to use it, so it falls short of a 5.

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