Skip to main content
Glama

MCP Server RubyGems

by 6

get_rubygem_info

Fetch detailed information about any RubyGem from the RubyGems.org API, including metadata, dependencies, and ownership details, using a specified gem name as input.

Instructions

Get information about a RubyGem from the RubyGems.org API

Input Schema

NameRequiredDescriptionDefault
$schemaNo
additionalPropertiesNo
propertiesNo
requiredNo
typeNo

Input Schema (JSON Schema)

{ "properties": { "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "rubygem_name": { "description": "Name of the RubyGem to fetch information for", "minLength": 1, "type": "string" } }, "required": [ "rubygem_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