You're viewing a demo portfolio

Join the waitlist
PRSM

search_gems

Active

Tool of Rubygems

declared in 0.1.0

Search RubyGems by keyword in name/description. Returns matching gems sorted by relevance with name, version, downloads, and info text.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "query": "authentication"
    },
    {
      "page": 1,
      "limit": 20,
      "query": "json parser"
    }
  ],
  "required": [
    "query"
  ],
  "properties": {
    "page": {
      "type": "number",
      "description": "Page number (1-based, default 1)."
    },
    "limit": {
      "type": "number",
      "description": "Max results to return (1–30, default 10). API caps at 30/page."
    },
    "query": {
      "type": "string",
      "description": "Keyword(s) to search for (e.g., \"authentication\", \"json parser\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Rubygems

https://github.com/pipeworx-io/mcp-rubygems

2/7 registries
View full server →
search_gems — Rubygems — PRSM MCP