Skip to main content
Glama
TylerIlunga

Procore MCP Server

Show Visitor Logs

show_visitor_logs
Read-onlyIdempotent

Get complete details of a specific Procore visitor log by providing project ID and visitor log ID. Returns the full field set for that daily log entry without modifying any data.

Instructions

Returns single Visitor Log. Use this when you already know which visitor log you want and need its full field set. project_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 visitor log. 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: project_id, id. Procore API: Project Management > Daily Log. Endpoint: GET /rest/v1.0/projects/{project_id}/visitor_logs/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesURL path parameter — unique identifier of the Daily Log resource
project_idYesURL path parameter — unique identifier for the project.
Behavior5/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, but the description adds meaningful beyond-annotation context: it reaffirms read-only semantics, describes the return payload, and details common failure modes with HTTP status codes (401, 403, 404). It also notes the `project_id` default from procore_set_config.

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?

Front-loaded with the core purpose, then efficiently covers usage, return type, safety, error behavior, defaults, and endpoint reference. Every sentence carries useful information without padding or redundancy.

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?

Despite lacking an output schema, the description tells the agent what to expect (a single JSON object), how errors surface, when to use it, how parameters behave, and even the API path. This covers the key decision-making and invocation concerns for a single-record read tool.

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 provides basic descriptions for both parameters (URL path identifiers), so baseline is 3. The description adds value by explaining the `project_id` default and instructing the agent to resolve `id` via a list tool first. Minor inconsistency: it lists both as required while also saying `project_id` defaults when omitted, which is slightly confusing.

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?

Opens with 'Returns single Visitor Log' – a specific verb and resource, clearly distinguishing it from sibling tools like list_visitor_logs, create_visitor_log, update_visitor_log, and delete_visitor_log. Mentioning 'full field set' further clarifies this is the detail-by-ID endpoint.

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?

Explicitly states when to use: 'when you already know which visitor log you want and need its full field set.' Also gives a concrete prerequisite: resolve `id` with the matching list tool first. This provides clear selection and sequencing guidance.

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