GroundAPI
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| X_API_KEY | Yes | Your GroundAPI key for authentication (passed as X-API-Key header) |
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
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| finance_stockA | Query A-share stock data. Supports multiple modes:
|
| finance_stock_screenA | Screen stocks by criteria or get top/bottom rankings.
|
| finance_marketA | Get market data. Supports multiple modes:
|
| finance_fundA | Query fund data: search, detail, or ranking.
|
| info_searchA | Search the web. Returns titles, links, and snippets. query: search keywords. count: number of results (1-50). recency: oneDay/oneWeek/oneMonth/oneYear/noLimit. |
| info_scrapeC | Read a webpage and return its content as markdown. url: the webpage URL to scrape. |
| info_newsA | Get latest news headlines. category: finance/general/tech/sports/... (default: finance). limit: number of articles (1-50). |
| life_weatherA | Get weather data: current conditions and optional 7-day forecast. city: city name (e.g. '北京'). location: lat,lng. forecast: include 7-day forecast. |
| life_logisticsA | Track a courier package. number: tracking number. company: courier company code (auto-detected if omitted). |
| life_ipA | Get IP geolocation info. address: IP address (defaults to caller IP if omitted). |
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 10 tools
Every tool targets a distinct domain: fund, market, stock, info retrieval, and life utilities. No overlap in functionality.
All tools use a consistent 'domain_specific' lowercase underscore pattern, e.g., finance_fund, info_news, life_weather.
10 tools is well-scoped for a general-purpose assistant covering finance, info, and life domains. Each tool earns its place.
Finance tools cover fund, market, stock, and screening comprehensively. Info tools cover news, web scraping, and search. Life tools cover IP, logistics, weather. No obvious gaps.