We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rohitsaraff33-bit/produckai-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
"""PRD (Product Requirements Document) generation tools."""
from produckai_mcp.tools.prd.generation import (
export_prd,
generate_prd,
get_prd,
list_prds,
regenerate_prd,
update_prd_status,
)
__all__ = [
"generate_prd",
"list_prds",
"get_prd",
"update_prd_status",
"regenerate_prd",
"export_prd",
]