Skip to content
API Reference

search_docs

search_docs reference for Micro.

Unreleased source reference. See MCP availability.

Search SDK documentation for methods, parameters, and examples. The schema lists supported language values; it does not guarantee every language has published Micro SDK content. Returns documentation as text.

Input schema

{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "The query to search for."
    },
    "language": {
      "type": "string",
      "description": "The language for the SDK to search for.",
      "enum": [
        "http",
        "python",
        "go",
        "typescript",
        "javascript",
        "terraform",
        "ruby",
        "java",
        "kotlin"
      ]
    },
    "detail": {
      "type": "string",
      "description": "The amount of detail to return.",
      "enum": [
        "default",
        "verbose"
      ]
    }
  },
  "required": [
    "query",
    "language"
  ]
}

Versioned source.

On this page

micro.so