vibe-finance-kit
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 |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
},
"prompts": {
"get": {}
},
"resources": {
"read": {}
}
}
} |
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| finance_kit_doctorA | Return capabilities and prove that this server exposes no order tools. |
| validate_etf_snapshotA | Validate one ETFAnalysisSnapshot without filling missing values. |
| compare_etf_snapshotsB | Return comparable ETF facts and warnings; never emit a buy recommendation. |
| audit_backtest_reportB | Audit a BacktestReport for timing, cost, split, and evidence gates. |
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 4 tools
Each tool targets a distinct operation: an introspection probe, single-snapshot validation, snapshot comparison, and backtest audit. There is no overlap or ambiguity between them.
Three tools follow a clear verb_noun pattern (validate_etf_snapshot, compare_etf_snapshots, audit_backtest_report), but finance_kit_doctor breaks the convention with a noun phrase, making the naming set feel slightly inconsistent.
Four tools is a reasonable size for a specialized finance-kit server, though it sits near the lower end of the typical 3-15 band. The scope appears focused and not overburdened.
The tool surface covers validation, comparison, and audit for the core domain. A minor gap is the lack of any creation or mutation tools, but for an analysis-focused kit this is acceptable and does not leave obvious dead ends.