Files
notes/work/移动杭研/AI 项目/MCP Prompt.md
T
Docker7530 1a3976708a 1772702706
2026-03-05 17:25:08 +08:00

25 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
给我增加两个我们项目的 demo 工具。为我的查询峰值智能体做测试准备
1. 根据企业 ID 获取 企业的所属域名。(入参是企业 ID,响应 10 个域名, a.com, b.com… 固定十个。)但现在企业 ID 只有 企业A ,其他 企业 ID 返回无域名。
2. 根据企业 ID 和 域名 获取域名近 5 天的峰值带宽。(峰值带宽可以随机 mock)如果用户无域名 ID 输入返回需要输入域名。
现在我有一个 ibs-mcp-server
queryDomainPeakBandwidth
根据企业 ID 和域名查询该域名近 5 天的峰值带宽数据(单位:Mbps)
queryEnterpriseDomains
根据企业 ID 查询该企业所属的域名列表
queryWeather
查询指定城市在指定日期的天气预报,返回天气状况、温度、湿度和风力信息
你能给我生成一个可以导入 ragflow 的 json agent 么?让我可以直接使用。
智能体的工作就是可以查训用户的域名,如果用户没有输入域名可以用 queryEnterpriseDomains 给用户提示。
生成到根目录。注意学习相关语法。