Skip to main content
Glama
rampify-dev

Rampify MCP Server

by rampify-dev

get_feature_spec

Retrieve feature specifications to understand what to build, which files to modify, and acceptance criteria. Supports lookup by ID or keyword search across titles and descriptions.

Instructions

Retrieve a feature specification from Rampify. Use this when starting work on a feature to understand what to build, which files to touch, and what the acceptance criteria are.

Two lookup modes:

  • spec_id: fetch a specific spec with full criteria and tasks (use this when you know the ID)

  • search: keyword search across titles and descriptions (returns a list; follow up with spec_id for full details)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainNoSite domain (e.g., "example.com"). Uses SEO_CLIENT_DOMAIN env var if not provided.
project_idNoProject UUID — use instead of domain when the domain is not registered as a client.
spec_idNoUUID of the specific feature spec to retrieve. Returns full spec with criteria and tasks.
searchNoKeyword to search across spec titles and descriptions. Returns a list of matching specs.
include_criteriaNoInclude acceptance criteria in the response (default: true). Only applies when using spec_id.
include_tasksNoInclude implementation tasks in the response (default: true). Only applies when using spec_id.

Latest Blog Posts

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/rampify-dev/rampify-mcp'

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