Skip to main content
Glama
TylerIlunga

Procore MCP Server

delete_weather_log_v1_1

Remove weather log entries from Procore project daily logs using the Procore API to maintain accurate project documentation.

Instructions

Delete Weather Log. [Project Management/Daily Log] DELETE /rest/v1.1/projects/{project_id}/daily_logs/weather_logs/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesUnique identifier for the project.
idYesWeather Log ID
Behavior2/5

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

No annotations are provided, so the description carries full burden. It states 'Delete' which implies a destructive operation, but doesn't disclose whether deletion is permanent, reversible, requires specific permissions, or has side effects. The API path hints at project/daily log context but doesn't explain behavioral implications. For a destructive tool with zero annotation coverage, this is inadequate.

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?

The description is technically concise but poorly structured. It packs three disparate elements into one sentence: function name, category context, and API path. While brief, it's not well-organized for human readability. The information density is high but not optimally presented for quick comprehension.

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

Completeness2/5

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

For a destructive operation with no annotations and no output schema, the description is severely incomplete. It doesn't explain what happens after deletion, whether there are confirmation prompts, what permissions are required, or what the response contains. The API path provides some technical context but doesn't compensate for the lack of behavioral and operational details needed for safe tool invocation.

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 description coverage is 100%, with both parameters clearly documented in the schema. The description adds no parameter information beyond what the schema provides, but since schema coverage is complete, the baseline is 3. The description doesn't detract from parameter understanding, so a 4 is appropriate as it doesn't create confusion while the schema handles semantics fully.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Delete Weather Log' is a tautology that restates the tool name without adding meaningful context. It specifies the resource ('Weather Log') but lacks specificity about what deletion entails or distinguishes it from other delete operations. The bracketed '[Project Management/Daily Log]' and API path provide technical context but don't clarify the functional purpose beyond the obvious.

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

Usage Guidelines1/5

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

The description provides zero guidance on when to use this tool versus alternatives. There are many sibling delete tools (e.g., delete_delay_log, delete_weather_log), but no indication of what makes this one specific to weather logs or when deletion is appropriate. No prerequisites, warnings, or alternatives 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