Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{
  "tasks": {
    "list": {},
    "cancel": {},
    "requests": {
      "tools": {
        "call": {}
      },
      "prompts": {
        "get": {}
      },
      "resources": {
        "read": {}
      }
    }
  }
}

Tools

Functions exposed to the LLM to take actions

NameDescription
rate_aoiA

Rate an area of interest (WKT, EPSG:4326) for CART soil resource concerns.

Submits the CART pipeline to the public Soil Data Access web service and returns the landunit rating for every ratable concern (or the subset given in concerns). Each rating includes rating_name, rating_value, rating_class and the survey-area publication date (soils_metadata). Results are advisory - not official NRCS scores.

rate_aoisA

Rate multiple landunits in one pipeline run.

aois is a list of {"landunit": str (<=20 chars), "wkt": str (EPSG:4326)}. Ideal for comparing fields/parcels (e.g., EQIP/CSP portal parcel exploration).

get_aoi_soil_summaryA

Map units and major components intersecting an AOI (no ratings).

Returns per map unit: mukey, symbol/name, survey order (invesintens), farmland class, acres, and its major components (compname, comppct_r, drainage class). Useful for transparency (E4) and leaching/water-table screening (W4).

get_aoi_soil_mapA

Soil map for an AOI as GeoJSON (FeatureCollection).

Each feature is a soil polygon clipped to the AOI with properties {landunit, mukey, musym, muname, invesintens, farmlndcl, poly_acres}. Render directly with Leaflet/ArcGIS; no ratings are computed.

get_aoi_risk_mapA

Risk map for one cointerp-backed concern as GeoJSON (FeatureCollection).

Each feature is a soil polygon clipped to the AOI carrying the rating (rating_value, rating_class) of the dominant major soil component in its map unit. Order 5 survey map units are rated 'Not rated'. Supports cointerp-backed concerns only (e.g. the five SOH concerns, Hydric, Ponding/Flooding, AWS, Depth to Water Table, Drainage Class); SOC and other custom concerns raise an error.

list_concernsA

All CART resource concerns with pipeline type, data source, computability, and docs.

get_concern_detailsC

Full profile for one concern: domain, practices, regulatory references.

get_rating_domainB

Ordered rating classes (worst to best) for a concern.

list_practices_for_concernA

NRCS conservation practices that address a concern (advisory).

Sourced from the public NRCS CART Practice Points spreadsheet ('Assoc Ag Land' points). Practices are listed by NRCS practice code, name, and points - they are suggestions for discussion, not a formal practice plan.

validate_pipelineA

Re-run the pipeline on the T9981 Fld3/Fld4 test fields and diff against golden values.

Network required. Golden values are tied to the 2018 ND001/SD105 survey-area snapshots; a mismatch may be legitimate if those areas were republished since.

Prompts

Interactive templates invoked by user choice

NameDescription
rate_land_for_conservation
validate_cart_pipeline

Resources

Contextual data attached and managed by the client

NameDescription
resource_concerns_indexIndex of all CART resource concerns.
resource_interpretationsSoil interpretation name mappings (attributename <-> mrulename <-> rulekey source).

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/yankuic/cart-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server