You're viewing a demo portfolio

Join the waitlist
PRSM

stackoverflow-intel

Active

Tool of The Stall

declared in 4.82.0

Stack Overflow question search. Returns top-scored questions matching the query with answer counts, accepted-answer status, tags, and body excerpts. Filter by tags (comma-separated). Sort by votes, relevance, activity, or creation date. Useful for developer agents debugging errors or researching library patterns.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "q": {
      "type": "string",
      "description": "Search query (required). Use natural language or error messages."
    },
    "sort": {
      "type": "string",
      "description": "Sort order. Default: votes (highest score first)."
    },
    "tags": {
      "type": "string",
      "description": "Semicolon-separated list of required tags (e.g. 'python;asyncio'). Optional."
    },
    "limit": {
      "type": "integer",
      "description": "Number of results (1–10). Default: 5."
    },
    "accepted_only": {
      "type": "boolean",
      "description": "If true, return only questions with an accepted answer. Default: false."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

The Stall

1/7 registries
View full server →