Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Gps Position

create_gps_position

Create a GPS position record in Procore to log field productivity data. Requires company ID, latitude, longitude, and timestamp.

Instructions

Create a new Gps Position. Use this to create a new Field Productivity records in Procore. Creates a new Field Productivity records and returns the created object on success (HTTP 201). Required parameters: company_id, latitude, longitude, timestamp. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/companies/{company_id}/gps_positions

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
latitudeYesJSON request body field — the latitude in degrees.
longitudeYesJSON request body field — the longitude in degrees.
altitudeNoJSON request body field — the altitude, measured in meters.
horizontal_accuracyNoJSON request body field — the horizontal radius of uncertainty for the location, measured in meters.
vertical_accuracyNoJSON request body field — the vertical radius of uncertainty for the location, measured in meters.
timestampYesJSON request body field — the time at which this location was determined.
Behavior3/5

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

Description adds that it returns HTTP 201 on success and lists required parameters, but goes beyond annotations minimally. Does not discuss authorization, rate limits, or potential side effects beyond creation. Annotations already indicate it's a write operation (readOnlyHint=false). No contradiction.

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?

Description is brief and front-loaded with the core purpose. Some slight redundancy ('Create a new Gps Position' and 'Use this to create... Creates...') but overall efficient and well-structured.

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?

For a simple creation tool with a comprehensive input schema (100% coverage), the description provides essential context: purpose, required parameters, endpoint, and success return. It does not require extensive additional detail given the schema richness.

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 description coverage is 100%, so baseline is 3. Description lists required parameters but provides no additional semantics beyond what the schema already describes. Does not explain purpose of altitude or accuracy fields, though schema covers them adequately.

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?

Clearly states the action 'Create a new Gps Position' and the resource, distinguishing it from sibling list/show tools. Mentions it creates Field Productivity records in Procore, providing specific context.

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

Usage Guidelines3/5

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

States 'Use this to create a new Field Productivity records', giving a clear use case, but does not provide explicit guidance on when not to use or alternatives among sibling tools. Lacks exclusions or prerequisites beyond listing required parameters.

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