catence
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CATENCE_DATA_DIR | No | Path to the Catence data directory. The --data-dir command-line option takes precedence over this variable. If neither is supplied, the legacy default remains .catence/ under the process working directory. | .catence/ |
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
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| catence_statusA | Read sync state, data coverage, entity counts, stream availability, unresolved errors, and retrieval-index freshness. Read-only. |
| describe_dataA | List cataloged datasets, fields, units, permitted filters/groupings, providers, and time coverage. Read-only. |
| describe_datasetA | Read a compact schema, permitted filters/groupings, provenance fields, and coverage for one cataloged dataset. Read-only. |
| read_seriesA | Read cataloged numeric series with deterministic cursor pagination and automatic stream downsampling. |
| aggregate_dataB | Declarative aggregation over one cataloged dataset. No joins, arbitrary expressions, or file paths. |
| analyze_seriesC | Run deterministic rolling statistics, baselines, correlations, seasonal comparisons, or trends on a cataloged series. |
| fit_series_modelA | Fit a bounded OLS, Theil–Sen, quadratic, or cubic descriptive model. Not a sport-performance model. |
| get_ftp_historyA | Return normalized cycling FTP settings and activity-summary observations with source-aware preferred daily values. Read-only. |
| get_vo2max_historyA | Return normalized Garmin VO₂max observations for exactly one sport; generic and cycling values remain separate. Read-only. |
| find_activitiesA | Find canonical activities by sport, distance, name, and date. Results are paginated and transparently flag likely-race signals without claiming provider-confirmed race metadata. Read-only. |
| get_swim_lapsA | Return source-aware swim lengths when a provider actually supplied them, plus Garmin detected and Intervals.icu auto-detected sets. A missing length list is reported as unavailable; laps are never reconstructed from samples. |
| swim_progress_reportA | Compare Garmin swimming summaries and data completeness over a date range, optionally within one pool length. It does not derive pace trends from moving time divided by distance. |
| get_activity_segmentsA | For a selected activity’s segments, climbs, KOM/PRs, or per-segment analysis: automatically hydrate the matching Strava activity before returning its persisted segment efforts. Use this before saying segment data is unavailable. |
| power_curve_trendB | Return monthly bests for selected power durations from an explicit sport or sport family, including the supporting activity and source type. Read-only. |
| power_coverage_reportA | Report powered activities and the complete duration-best inventory for an explicit sport or sport family. Uses Garmin FIT-derived power, not sparse activity summaries. Read-only. |
| latest_cycling_activitiesB | List Garmin cycling source records without duplicate Intervals summaries, optionally flagging multisport parent records. Read-only. |
| cycling_progress_reportB | Combine source-aware FTP and VO₂max histories with monthly canonical volume/load and labelled power-curve trends. Read-only and descriptive. |
| query_read_only_dataA | Advanced fallback: one parameterized SELECT or WITH … SELECT over cataloged views only. Results use deterministic cursor pagination and always report whether they are incomplete. Filesystem access, extensions, DDL, and mutation are rejected. |
| search_contextB | Search compact generated activity, plan, nutrition, and message context. Results identify authoritative follow-up tools rather than making numerical claims. |
| hydrate_strava_activityA | Write-only targeted enrichment. Safely matches exactly one Catence activity/source to Strava, then archives and persists its activity detail, gear assignment, and segment efforts. For a segment/climb request, prefer get_activity_segments, which invokes this prerequisite automatically. |
| hydrate_recent_strava_activitiesA | Write-only targeted batch enrichment. Select an explicit list or a bounded date/sport window; Catence hydrates one activity at a time and reports every outcome. |
| hydrate_strava_segment_historyB | Write-only targeted enrichment. Fetches a persisted Strava segment and the authenticated athlete’s paged historic efforts; interrupted or throttled work is resumable. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| status | |
| catalog |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/rifusaki/catence'
If you have feedback or need assistance with the MCP directory API, please join our Discord server