Smithery

search_code

Search for code across GitHub repositories

Remote AndyManastorm/smithery-reference-servers

Other tools also called search_code? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "q": {
      "type": "string"
    },
    "page": {
      "type": "number",
      "minimum": 1
    },
    "order": {
      "enum": [
        "asc",
        "desc"
      ],
      "type": "string"
    },
    "per_page": {
      "type": "number",
      "maximum": 100,
      "minimum": 1
    }
  }
}