sheets-finance-mcp
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
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| sf_searchB | Search SheetsFinance metrics/functions and return ranked metric matches. |
| sf_formulaC | Build and validate a SheetsFinance formula for SF() or non-SF functions. |
| sf_describeC | Describe all metrics for a category or non-SF function. |
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: describing metrics, building/validating formulas, and searching. No overlap or ambiguity.
All tools follow a consistent 'sf_verb' pattern (sf_describe, sf_formula, sf_search), making them easy to predict.
Three tools is a reasonable minimal set for the domain, though slightly thin; could benefit from one or two additional tools.
Covers the core needs of exploring, building, and searching finance formulas. Missing a 'list categories' tool but minor gap.