Skip to main content
Glama
Kalmantic

PeakInfer MCP Server

by Kalmantic

get_inferencemax_benchmark

Retrieves InferenceMAX benchmark data for a model to compare performance across hardware and framework options. Helps identify optimal configurations for peak inference performance.

Instructions

Get InferenceMAX benchmark data for a specific model to compare performance

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelYesModel name (e.g., gpt-4o, claude-3-5-sonnet, llama-3.1-70b)
hardwareNoHardware: api, h100, a100 (default: api)api
frameworkNoFramework: api, vllm, tgi, sglang (default: api)api
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It indicates a read-only retrieval action via 'Get' and describes the data as 'benchmark data', but it does not disclose potential side effects, response format, error behavior, or any constraints. For a simple read tool, this is adequate but not richly transparent.

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 sentence that is front-loaded with the tool's purpose. It contains no redundant details or filler, making it concise and well-structured.

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?

Given the tool's simplicity, three well-documented parameters, and no output schema, the description sufficiently conveys the tool's core function. However, it could be more complete by explicitly mentioning the optional hardware/framework filtering or the nature of the returned benchmark data, but the schema covers those details.

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 already provides 100% coverage of parameter meanings, including examples and defaults. The description adds no additional parameter-level semantics beyond reiterating 'specific model', which is already in the schema. The baseline of 3 applies.

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 retrieves InferenceMAX benchmark data for a specific model, using a specific verb ('Get') and resource ('InferenceMAX benchmark data'). It distinguishes from sibling tools like get_helicone_events and get_langsmith_traces by naming a distinct data source and adding the purpose of performance comparison.

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

Usage Guidelines3/5

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

The description implies usage when needing benchmark data for a specific model, but it does not explicitly state when to use this tool over alternatives like compare_to_baseline. There is no mention of exclusions or alternative tools, so guidance remains implicit rather than explicit.

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/Kalmantic/peakinfer-mcp'

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