We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/asachs01/float-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
feature-spec-template.md•602 B
# Feature Specification Template
## Feature Name
_Describe the feature in one sentence._
---
## Overview
- **Goal**: What is the purpose of this feature?
- **Stakeholders**: Who benefits from this feature?
---
## Requirements
- List all requirements as bullet points.
---
## API/Tool Design
- **Tool Name**: (e.g., `create-project`)
- **Input Schema**: (Zod/JSON Schema)
- **Output Schema**: (Zod/JSON Schema)
- **Error Cases**: List possible errors and codes
---
## Test Plan
- Unit tests
- Integration tests
- Mock scenarios
---
## Rollout Plan
- Steps for deployment and validation