Skip to main content
Glama
CodexVeritax

stackoverflow-mcp-server

by CodexVeritax

analyze_stack_trace

Analyze programming stack traces to find matching solutions on Stack Overflow. Retrieves relevant questions and answers based on error details, language, and optional filters.

Instructions

Analyze a stack trace and find relevant solutions on Stack Overflow.

Args:
    stack_trace (str): The stack trace to analyze
    language (str): Programming language of the stack trace
    excluded_tags (Optional[List[str]]): Optional list of tags to exclude
    min_score (Optional[int]): Minimum score threshold for questions
    has_accepted_answer (Optional[bool]): Whether questions must have an accepted answer
    answers (Optional[int]): Minimum number of answers
    include_comments (Optional[bool]): Whether to include comments in results
    response_format (Optional[str]): Format of response ("json" or "markdown")
    limit (Optional[int]): Maximum number of results to return
    ctx (Context): The context is passed automatically by the MCP
    
Returns:
    str: Formatted search results

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stack_traceYes
languageYes
excluded_tagsNo
min_scoreNo
has_accepted_answerNo
answersNo
include_commentsNo
response_formatNomarkdown
limitNo

Tool Definition Quality

Score is being calculated. Check back soon.

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/CodexVeritax/stackoverflow-mcp-server'

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