Skip to main content
Glama

MCP Server RubyGems

by 6

get_gem_versions

Retrieve all available versions of a specified RubyGem, enabling users to track updates, manage dependencies, or explore version history with optional results limit.

Instructions

Get all available versions of a specific RubyGem

Input Schema

NameRequiredDescriptionDefault
$schemaNo
additionalPropertiesNo
propertiesNo
requiredNo
typeNo

Input Schema (JSON Schema)

{ "properties": { "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "gem_name": { "description": "Name of the RubyGem to fetch versions for", "minLength": 1, "type": "string" }, "limit": { "description": "Maximum number of versions to return", "exclusiveMinimum": 0, "type": "integer" } }, "required": [ "gem_name" ], "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