Ruby on Rails MCP Skills
Server Details
Skill Catalog
The library contains 42 public skills organized by Rails development concern.
Category | Examples |
Planning |
|
Testing |
|
Code quality |
|
Architecture and DDD |
|
Rails imple |
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Scored across 4 tools
Each tool has a distinct purpose: list_agents vs list_skills clearly separate discovery of agents from skills, and use_agent vs use_skill are corresponding read operations. No overlap or ambiguity.
All tool names follow a consistent verb_noun pattern: list_agents, list_skills, use_agent, use_skill. Perfectly predictable.
With 4 tools, the server is well-scoped for its purpose of discovering and reading Rails Agents and Skills. No unnecessary tools, and the count is suitable.
For a read-only discovery server, the surface is complete: list to discover, then use to read. There are no gaps for the intended domain.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
4 tool updates
- Added
list_agents - Removed
list_workflows - Added
use_agent - Removed
use_workflow
2 tool updates
- Added
list_workflows - Added
use_workflow
2 tool updates
- Changed
list_skills1 field changed- changed
Output schema / properties / skills / items / properties / category / descriptionPrevious value: -"Top-level skill category such as testing, api, engines, or build."New value: +"Top-level skill category such as testing, api, or engines."
- Changed
use_skill1 field changed- changed
Input schema / properties / skill_name / descriptionPrevious value: -"Skill name, for example code-review, write-tests, or build."New value: +"Skill name, for example code-review or write-tests."
2 tool updates
- Changed
list_skills1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "count": { + "description": "Number of public skills returned.", + "maximum": 9007199254740991, + "minimum": 0, + "type": "integer" + }, + "skills": { + "description": "Public Rails Agent Skills available through use_skill.", + "items": { + "additionalProperties": false, + "properties": { + "category": { + "description": "Top-level skill category such as testing, api, engines, or build.", + "type": "string" + }, + "description": { + "description": "Short routing description from the skill frontmatter.", + "type": "string" + }, + "name": { + "description": "Stable skill name, for example code-review.", + "type": "string" + }, + "path": { + "description": "Repository path to the skill's SKILL.md file.", + "type": "string" + } + }, + "required": [ + "name", + "path", + "category", + "description" + ], + "type": "object" + }, + "type": "array" + } + }, + "required": [ + "count", + "skills" + ], + "type": "object" +}
- Changed
use_skill1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "category": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "description": "Skill category, or null when not found." + }, + "content": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "description": "Full SKILL.md instructions, or null when not found." + }, + "description": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "description": "Short routing description, or null when not found." + }, + "error": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "description": "Error message when the skill cannot be loaded." + }, + "found": { + "description": "Whether the requested skill was found.", + "type": "boolean" + }, + "name": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "description": "Normalized skill name, or null when not found." + }, + "path": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "description": "Repository path to the skill's SKILL.md file, or null when not found." + } + }, + "required": [ + "found", + "name", + "path", + "category", + "description", + "content", + "error" + ], + "type": "object" +}
2 tool updates
- First observed
list_skills - First observed
use_skill
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables brand visibility monitoring across major AI platforms like ChatGPT, Claude, Gemini, and Perplexity. It allows users to track visibility scores, analyze competitor data, and receive actionable insights to improve AI-generated brand recommendations.169 npm1MIT
- AlicenseCqualityAmaintenanceCompetitor Monitor AI - MCP server providing AI-powered tools and automation by MEOK AI Labs119 npm49 PyPIMIT
- AlicenseNot gradedqualityBmaintenanceEnables tracking competitor websites, changelogs, blog feeds, and pricing pages with meaningful diffs, classification, and Markdown digests via MCP tools for listing, adding, removing competitors, running checks, and retrieving digests or changes.MIT

industrylens-mcpofficial
AlicenseNot gradedqualityBmaintenanceBrowse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.