RT-Prompt-MCP

by yuyao1999

get_backend_suggestions

Provides targeted backend development suggestions based on context, database type, and programming language to enhance LLM-generated content for specific tasks.

Input Schema

NameRequiredDescriptionDefault
contextNo当前上下文或任务描述
databaseTypeNo数据库类型,如MySQL、PostgreSQL等
languageNo编程语言,如Java、Python等

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "context": { "description": "当前上下文或任务描述", "type": "string" }, "databaseType": { "description": "数据库类型,如MySQL、PostgreSQL等", "type": "string" }, "language": { "description": "编程语言,如Java、Python等", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from RT-Prompt-MCP

Related Tools

ID: 5s59p8rzqv