Skip to main content
Glama
joshdels

free-transmission-wildlife

by joshdels

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 7 tools

Disambiguation4/5

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.

Naming Consistency4/5

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.

Tool Count5/5

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.

Completeness4/5

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues