tools

package
v0.0.0-...-0a2407e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 23, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Register

func Register(server *mcp.Server, api *client.Client)

Types

type DateWindow

type DateWindow struct {
	Days     *int   `json:"days,omitempty" jsonschema:"rolling window in days (default 90, max 365)"`
	DateFrom string `json:"date_from,omitempty" jsonschema:"window start YYYY-MM-DD (overrides days)"`
	DateTo   string `json:"date_to,omitempty" jsonschema:"window end YYYY-MM-DD"`
}

type MetricParam

type MetricParam struct {
	Metric string `json:"metric,omitempty" jsonschema:"high (daily max, default) or low (daily min)"`
}

type Registry

type Registry struct {
	// contains filtered or unexported fields
}

type StationCity

type StationCity struct {
	StationID string `json:"station_id,omitempty" jsonschema:"ICAO station id e.g. KLAX"`
	City      string `json:"city,omitempty" jsonschema:"city name (resolves to station)"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL