Skip to main content
Glama
TylerIlunga

Procore MCP Server

List Weather Logs

list_weather_logs_project
Read-onlyIdempotent

Retrieve weather logs for a project with optional date range, status, and creator filters. Supports pagination for large result sets.

Instructions

Returns all Weather Logs for the current date. See Working with Daily Logs for information on filtering the response using the log_date, start_date, and end_date parameters. Note that if none of the date parameters are provided in the call, only logs from the current date are returned. Use this to enumerate Daily Log records when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Daily Log records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id. Procore API (v1.1): Project Management > Daily Log. Endpoint: GET /rest/v1.1/projects/{project_id}/daily_logs/weather_logs

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesURL path parameter — unique identifier for the project.
log_dateNoQuery string parameter — date of specific logs desired. Example formats YYYY-MM-DD, YYYY/MM/DD, DD-MM-YYYY, DD/MM/YYYY
start_dateNoQuery string parameter — start date of specific logs desired. Use together with end_date to specify a date range. Example formats YYYY-MM-DD, YYYY/MM/DD, DD-MM-YYYY, DD/MM/YYYY
end_dateNoQuery string parameter — end date of specific logs desired. Use together with start_date to specify a date range. Example formats YYYY-MM-DD, YYYY/MM/DD, DD-MM-YYYY, DD/MM/YYYY
filters__statusNoQuery string parameter — filter on log status
filters__created_by_idNoQuery string parameter — returns item(s) created by the specified User IDs.
pageNoQuery string parameter — page number for paginated results (default: 1)
per_pageNoQuery string parameter — number of items per page (default: 100, max: 100)
filters__daily_log_segment_idNoQuery string parameter — daily Log Segment ID filter
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint, indicating a safe, non-destructive operation. The description adds value by disclosing pagination behavior (page/per_page, pagination metadata) and the default date behavior (current date if no parameters). This context enhances transparency beyond the annotations.

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 well-structured: begins with the core function, then filtering guidance, usage notes, return format, pagination details, required parameters, and API reference. It is front-loaded with the main purpose. While not extremely concise, it earns its length by covering essential points efficiently.

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?

Given 9 parameters, comprehensive schema, and no output schema, the description covers key behaviors: default date, pagination, and filtering. It references external documentation for deeper context. A minor gap is not describing response field names, but the pagination metadata mention and link to docs mitigate this. Overall, it provides sufficient context for tool selection.

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 baseline is 3. The description adds significant semantic context: it explains that omitting date parameters defaults to the current date, and mentions that log_date, start_date, and end_date can filter the response. This is directly useful for agent understanding beyond the schema descriptions.

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 tool returns weather logs for the current date with optional date filtering, and mentions pagination. It specifies the resource ('Weather Logs') and the action ('Returns'), making the purpose clear. However, it does not explicitly differentiate from the sibling tool 'list_weather_logs_project_v1_0', which is a minor gap.

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 provides explicit use cases: 'enumerate Daily Log records when you need a paginated overview, to find IDs, or to filter by query parameters.' It also references documentation for detailed filtering. It does not state when not to use or name alternatives, but the given guidance is sufficient for a list tool.

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