Skip to main content
Glama
FlawlessByte

quant-research-mcp

by FlawlessByte

quant_list_methods

Read-onlyIdempotent

Lists all registered paper-backed trading methods with metadata including key, name, citation, and regime applicability. Use this to identify valid method keys for analysis and description tools.

Instructions

List every registered paper-backed trading method.

Args: params (FormatInput): response_format ('markdown'|'json').

Returns: str: methods with key, name, paper citation, paper_url and regime_applicability. JSON returns the full metadata list; markdown is a readable digest. Use this to discover what method_key values are valid for quant_analyze_setup / quant_describe_method.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already indicate readOnly, destructive=false, idempotent. The description adds details on return fields (key, name, paper citation, etc.) and behavior differences between markdown and JSON formats. No contradictions.

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 short (6 lines), with a clear first sentence stating purpose, followed by structured Args and Returns sections. Every sentence adds necessary information without redundancy.

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 an output schema exists (not shown but indicated), the description sufficiently explains the return values and references sibling tools. The parameter is well-documented. Slightly deduct for not mentioning pagination or limits, but overall complete for a listing tool.

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

Parameters4/5

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

The description reiterates the only parameter (response_format) with its enum values and explains how the return format differs between 'markdown' and 'json'. Since the schema description coverage is reported as 0% (though the schema actually includes a description for response_format), the description adds value by linking format choice to output style.

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 lists 'every registered paper-backed trading method', specifying the exact resource. It also distinguishes from siblings by mentioning it provides method_key values for quant_analyze_setup and quant_describe_method.

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 explicitly tells the agent to use this tool to discover valid method_key values for other tools, providing clear usage context. It doesn't explicitly state when not to use it, but the guidance is strong enough for correct selection.

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/FlawlessByte/quant-research-mcp'

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