UAP Pulse
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": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_sightingsC | Search the declassified PURSUE UAP records by free text, agency, file type, year range, or location. Returns matching records (brief form). |
| search_nearbyA | Find declassified UAP incidents within a radius (km) of a latitude/longitude. Sorted by distance. Off-world records (Moon, orbit) are excluded. |
| get_sightingA | Get the full record for one UAP file by id (e.g. 'pursue-042'), including the full description and the direct war.gov source link. |
| hotspotsB | Rank the incident locations by how many declassified records mention them (the UAP hotspots). |
| statsB | Summary statistics for the PURSUE release: totals and breakdowns by agency, file type, and era. |
| timelineA | Count declassified UAP records per decade (or per year), to see how sightings cluster over time (1944–2026). |
| full_text_searchA | Relevance-ranked free-text search across every record's title, location and description. Use this for thematic digs ('FLIR', 'orb', 'triangular', 'heat source', 'radar'). |
| notable_casesA | Return curated, historically significant cases from the release (Foo Fighters, Gemini 7, Apollo, Maury Island, the 1963 presidential memo, the FBI case file, the Navy era) — each with the matching records and why it matters. |
| timeline_dataB | Per-period records WITH coordinates — for building animated timelines / maps that play through 1944→2026. |
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 9 tools
Most tools have clear distinct purposes, but full_text_search and search_sightings both support searching with different scopes, which could cause slight confusion. Descriptions help differentiate them.
Naming conventions are mixed: some use verb_noun (get_sighting, search_nearby), some are single nouns (hotspots, stats, timeline), and notable_cases is adjective_noun. Inconsistent but readable.
With 9 tools, the set is well-scoped for exploring declassified UAP records. Not too many or too few for the apparent purpose.
Covers major exploration needs: text search, filtered search, nearby search, detailed records, stats, hotspots, notable cases, and timeline data. Minor gaps like export or more advanced filtering but sufficient.