JayOfemi/shikamaru
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 |
|---|---|
| day_count_fractionA | Exact day-count fraction between two dates under a market convention. Dates are ISO YYYY-MM-DD. Deterministic; do not estimate this with a model. |
| accrued_interestA | Exact simple accrued interest (notional * rate * day-count fraction) between two dates. Dates are ISO YYYY-MM-DD; rate is the annual rate as a decimal (0.05 = 5%). Deterministic. |
| list_conventionsA | List the supported day-count conventions. |
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 3 tools
Each tool has a distinct purpose: calculating accrued interest, computing day-count fractions, and listing supported conventions. No overlap in functionality.
All names use lowercase and underscores, but patterns vary: 'accrued_interest' (adjective+noun), 'day_count_fraction' (compound noun), 'list_conventions' (verb+noun). Slight inconsistency but clear and readable.
Three tools are well-scoped for a financial calculations server. Each tool serves a necessary function without redundancy or missing essentials.
The set covers core operations: listing conventions, computing day count fractions, and calculating accrued interest. Minor gaps like date validation exist but don't hinder primary workflows.