Skip to main content
Glama

MCP Server RubyGems

by 6

search_rubygems

Search RubyGems by name or description with customizable result limits. Retrieve relevant gem details efficiently using the MCP Server RubyGems API.

Instructions

Search for RubyGems matching a query string. The search matches against gem names and descriptions. Returns up to 10 results by default (customizable with limit parameter), ordered by relevance. Example queries: "authentication", "rails middleware", "aws sdk"

Input Schema

NameRequiredDescriptionDefault
$schemaNo
additionalPropertiesNo
propertiesNo
requiredNo
typeNo

Input Schema (JSON Schema)

{ "properties": { "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "description": "Maximum number of results to return (default: 10, max: 30)", "exclusiveMinimum": 0, "maximum": 30, "type": "integer" }, "query": { "description": "Search query for finding RubyGems", "minLength": 1, "type": "string" } }, "required": [ "query" ], "type": "object" }, "type": "object" }
Install Server

Other Tools from MCP Server RubyGems

Related Tools

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/6/mcp-server-rubygems'

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