free-transmission-wildlife
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_summary_transmission_linesC | Return a summary of transmission lines. |
| get_summary_wildlife_landsA | Return a summary of wildlife lands. |
| get_list_of_hit_wildlife_from_transmission_linesC | Return wildlife lands intersected by transmission lines. |
| calculate_transmission_lines_intersection_with_wildlifeB | Return total transmission-line overlap in kilometers. |
| get_summary_chart_instructionsB | Return instructions and live data for a summary chart. |
| get_arcgis_map_instructionsA | Return instructions and live data for an ArcGIS Maps SDK for JavaScript 4.29 map. This tool is ONLY for ArcGIS. It must not generate MapLibre code. |
| get_maplibre_map_instructionsA | Return instructions and live data for a MapLibre GL JS 5.14.0 map. This tool is ONLY for MapLibre. It must not generate ArcGIS code. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
The data tools are largely distinct, but the two intersection tools (get_list_of_hit_wildlife_from_transmission_lines and calculate_transmission_lines_intersection_with_wildlife) overlap in subject and could be misselected without careful reading. The two map instruction tools are clearly disambiguated by their explicit platform constraints.
Most tools follow a get_<description> snake_case convention, and the map tools use a clear platform suffix. The calculate_ prefix in calculate_transmission_lines_intersection_with_wildlife is a minor deviation, and get_list_of_hit_wildlife_from_transmission_lines is verbose, but overall the naming pattern is predictable.
Seven tools is a well-scoped, focused set for a specialized transmission/wildlife analysis dashboard. Each tool serves a distinct output need: summaries, intersection results, overlap metrics, chart guidance, and map guidance.
The set covers the core query needs (summaries, intersection list, overlap metric) and presentation needs (chart and map instructions). Minor gaps exist, such as no detailed feature-level retrieval for individual transmission lines or wildlife lands, but the surface is likely sufficient for a dashboard use case.