# LP_Get_Slope_Chart

Generate a range-box chart showing terrain slope Min/Avg/Max across three neighbourhood window sizes. Returns a URL to the chart image. Requires Pro key. Supports PNG / SVG / PDF.

Agent View of the PolicyLayer registry record for `LP_Get_Slope_Chart`. HTML page: https://policylayer.com/tools/com-geospatialsystem-location-profile/lp-get-slope-chart

## Facts

- Tool: `LP_Get_Slope_Chart`
- Server: Geospatial System — Location Profile (`https://api.geospatialsystem.com/mcp`) — https://policylayer.com/tools/com-geospatialsystem-location-profile.md
- Homepage: https://github.com/https://api.geospatialsystem.com/mcp
- Risk category: Read (Low risk)
- Registry record: grade C, identity unverified
- Server auth posture: open
- Server rate-limited: no
- Parameters: 4 (3 required)
- Recommended policy verdict: Allowed

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `fmt` | string | no | Output format — 'png', 'svg', or 'pdf'. |
| `lat` | number | yes | Latitude in decimal degrees (WGS-84). |
| `lon` | number | yes | Longitude in decimal degrees (WGS-84). |
| `dataset_id` | string | yes | Dataset identifier. |

Parameters from the server's own tool schema.

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "LP_Get_Slope_Chart",
    "arguments": {
      "lat": 0,
      "lon": 0,
      "dataset_id": "<dataset_id>"
    }
  }
}
```

## Why LP_Get_Slope_Chart is rated Low

LP_Get_Slope_Chart performs a read-only operation: it computes statistics from geospatial datasets and returns a visualization URL. No data is created, modified, deleted, or written back to the system. No code execution, financial transactions, or destructive operations are involved. The tool requires authentication (Pro key) but this is access control, not a risk escalator.

From the tool's own definition: "Tool generates and returns a chart visualization URL showing terrain slope statistics (Min/Avg/Max). The description explicitly states it 'Returns a URL to the chart image' with no mention of data modification, deletion, or external state changes."

## Use case

AI agents call LP_Get_Slope_Chart to retrieve information from Geospatial System — Location Profile without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

## Recommended policy (PolicyLayer)

Verdict: **Allowed**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Geospatial System — Location Profile:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "LP_Get_Slope_Chart": {}
  }
}
```

## Other tools on Geospatial System — Location Profile (8)

- `list_datasets` — Read — https://policylayer.com/tools/com-geospatialsystem-location-profile/list-datasets.md
- `LP_Get_Elevation` — Read — https://policylayer.com/tools/com-geospatialsystem-location-profile/lp-get-elevation.md
- `LP_Get_Elevation_Batch` — Read — https://policylayer.com/tools/com-geospatialsystem-location-profile/lp-get-elevation-batch.md
- `LP_Get_Elevation_Chart` — Read — https://policylayer.com/tools/com-geospatialsystem-location-profile/lp-get-elevation-chart.md
- `LP_Get_Elevation_Stats` — Read — https://policylayer.com/tools/com-geospatialsystem-location-profile/lp-get-elevation-stats.md
- `LP_Get_Slope_Stats` — Read — https://policylayer.com/tools/com-geospatialsystem-location-profile/lp-get-slope-stats.md
- `LP_Get_Terrain_3D` — Read — https://policylayer.com/tools/com-geospatialsystem-location-profile/lp-get-terrain-3d.md
- `LP_Get_Terrain_Map` — Read — https://policylayer.com/tools/com-geospatialsystem-location-profile/lp-get-terrain-map.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=com-geospatialsystem-location-profile · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/com-geospatialsystem-location-profile
