Skip to main content
Glama
davidhariri

Artificial Analysis MCP Server

by davidhariri

Get Model Details

get_model

Retrieve detailed specifications for LLM models including pricing per million tokens, speed metrics like tokens per second, and performance benchmarks such as Intelligence Index and MMLU-Pro scores.

Instructions

Get detailed information about a specific LLM model including pricing (input/output/blended per 1M tokens), speed metrics (tokens/sec, TTFT), and benchmark scores (Intelligence Index, Coding Index, MMLU-Pro, GPQA, etc.).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelYesModel name or slug (e.g., "claude-4-5-sonnet", "gpt-4o")
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It describes what information is returned but does not mention whether this is a read-only operation, potential rate limits, authentication needs, error conditions, or data freshness. For a tool with no annotations, this leaves significant behavioral gaps.

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

Conciseness5/5

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

The description is a single, efficient sentence that front-loads the purpose and lists specific details without unnecessary words. Every part of the sentence contributes directly to understanding the tool's function.

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

Completeness3/5

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

Given the tool's low complexity (1 parameter, no output schema, no annotations), the description is complete enough for basic understanding. However, it lacks details on behavioral aspects like error handling or data sources, which would be helpful for an agent to use it effectively in varied contexts.

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

Parameters3/5

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

The schema description coverage is 100%, with the parameter 'model' well-documented in the schema. The description does not add any additional meaning beyond what the schema provides, such as format examples or constraints, but the schema already covers this adequately, resulting in a baseline score of 3.

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 verb 'Get' and the resource 'detailed information about a specific LLM model', with specific examples of the information returned (pricing, speed metrics, benchmark scores). It distinguishes from the sibling 'list_models' by focusing on details for a single model rather than listing multiple models.

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?

The description implies usage context by specifying 'a specific LLM model', suggesting this tool is for detailed lookup rather than browsing. However, it does not explicitly state when to use this versus 'list_models' or provide any exclusions or prerequisites for usage.

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

Install Server

Other Tools

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/davidhariri/artificial-analysis-mcp'

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