sdlc_get_tech_preferences
Retrieve the technology stack preferences for a project, including frontend, backend, database, deployment, authentication, and API style, by supplying the project ID.
Instructions
Fetch the technology stack preferences for a project.
Returns the user's selected frontend, backend, database, deployment target, authentication method, and API style choices.
Args: params (GetTechPreferencesInput): Contains: - project_id (str): UUID of the project
Returns: str: Markdown-formatted tech stack summary, or a message indicating preferences haven't been set yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |