Skip to main content
Glama
TylerIlunga

Procore MCP Server

Save AEMP 2.0 Telematics Data

save_aemp_2_0_telematics_data

Posts AEMP 2.0 telematics data to create equipment and identifier mappings. Saves a new Telematics record for a company using snapshot time and equipment details.

Instructions

Api allow to post AEMP 2.0 telematics data with equipment creation and identifier mapping creation. Use this to perform the save aemp action on Telematics. Creates a new Telematics and returns the created object on success (HTTP 201). Required parameters: company_id, snapshotTime, Equipment. Procore API (v2.1): Core > Telematics. Endpoint: POST /rest/v2.1/companies/{company_id}/telematics/aemp

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — the ID of the company.
snapshotTimeYesJSON request body field — the snapshottime for this Telematics operation
EquipmentYesJSON request body field — the equipment for this Telematics operation
Behavior5/5

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

Annotations indicate readOnlyHint=false, destructiveHint=false, idempotentHint=false, openWorldHint=true. Description adds that this is a creation operation, creates equipment and identifier mapping, and returns the created object on success. No contradictions; provides behavioral context beyond annotations.

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?

Description is four sentences, starts with the action, and is front-loaded. No unnecessary information. The language is concise and to the point.

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?

No output schema, but description mentions returns created object and HTTP 201. Lists required params and endpoint. Lacks details on Equipment array structure but sufficient for a simple creation tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 100% description coverage. Description only repeats that all three parameters are required. It adds no additional meaning beyond the schema, so baseline 3 is appropriate.

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 posts AEMP 2.0 telematics data, creates equipment and identifier mapping, and returns the created object with HTTP 201. It is specific and differentiates from siblings like save_telematics_stats_data by focusing on AEMP 2.0.

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 says 'Use this to perform the save aemp action on Telematics' and lists required parameters. It provides the endpoint but does not explicitly state when not to use it or mention alternative tools. The guidance is clear but lacks exclusion criteria.

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