Skip to main content
Glama
jameselkins
by jameselkins

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ARTEMIS_API_KEYYesYour Artemis API Key

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_artemis_dataC

Get Crypto data from the Artemis API for the given symbols and metrics.

Args:
    symbols: List of symbols to call the API for
    metrics: List of metrics to call the API for
    start_date: start date for the API make sure to use the format YYYY-MM-DD no other format will work
    end_date: end date for the API make sure to use the format YYYY-MM-DD no other format will work
get_artemis_supported_metrics_for_symbolA

Get Metrics that Artemis Supports for a given symbol and their descriptions + sources.

Args:
    symbol: can only take one symbol at a time to get the list of supported metrics for that symbol
validate_artemis_api_keyC

Validate the Artemis API Key.

generate_art_formulaB

Generate an ART formula for Artemis Sheets.

This tool creates properly formatted ART formulas for time-series data retrieval
such as prices, fees, revenue, and other historical data.

Important notes:
- Dates must be in YYYY-MM-DD format (e.g., "2025-02-28")
- For relative dates, calculate the actual date before passing it to this tool
- Order can be "ASC" (default) or "DESC"
- Common metrics include: PRICE, VOLUME, MC (market cap), SUPPLY, TVL, etc.
generate_artinfo_formulaA

Generate an ARTINFO formula for Artemis Sheets.

This tool creates properly formatted ARTINFO formulas for retrieving asset information,
classifications, available metrics, market cap rankings, and other metadata.

For market rankings:
- To get top N assets by market cap, use top_n=N (e.g., top_n=25)
- This will generate =ARTINFO("ALL", "TOPn-SYMBOLS")

For asset information:
- Use parameter1="SYMBOL" (e.g., "BTC") and parameter2="INFO_TYPE"
  (e.g., "ASSET-NAME", "MC-RANK", etc.)

Prompts

Interactive templates invoked by user choice

NameDescription
prompt A prompt template for the unified Artemis MCP server

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/jameselkins/artemis-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server