Skip to main content
Glama
jameselkins
by jameselkins

generate_artinfo_formula

Creates ARTINFO formulas to retrieve crypto asset information, classifications, metrics, and market cap rankings (e.g., top N assets).

Instructions

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.)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
top_nNo
parameter1NoALL
parameter2No

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.6

TDQS

A4.2/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations are absent, so the description must carry transparency. It states it creates properly formatted formulas and shows example output strings (e.g., =ARTINFO(...)). It does not explicitly mention side effects, return type, or whether it is purely a string generator, but the examples imply the output format. This is adequate but not exhaustive.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a clear opening statement followed by bulleted usage instructions. It is not overly verbose, but the multiple examples and conditional sections add length. It is effectively organized and front-loaded with the core purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple formula generator with no output schema, the description covers its purpose and parameter usage thoroughly. It does not mention error handling or alternative tool selection, but those are less critical for this tool's scope. Overall, it provides sufficient context for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema provides no descriptions for top_n, parameter1, or parameter2 (0% coverage). The description fully explains each parameter with usage scenarios, examples, and default values, completely compensating for the schema gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool generates ARTINFO formulas for Artemis Sheets, with specific verb 'generate' and resource 'ARTINFO formula'. It distinguishes from sibling tools by explicitly naming ARTINFO (versus ART) and providing examples.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit conditional usage instructions for both market rankings (top_n) and asset information (parameter1/parameter2), with examples. However, it does not directly compare with sibling generate_art_formula or mention alternative tools, so it stops short of full alternative guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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