AgentAppMcpServerDTO
关联的mcp服务配置
被如下接口引用:CreateAgentAppMcpServers。
| 名称 | 类型 | 必选 | 描述 |
|---|---|---|---|
| ID | String | 是 | mcp server id 示例值:mcp-xxxxxxxx |
| NeedAuth | Boolean | 否 | 是否需要鉴权 注意:此字段可能返回 null,表示取不到有效值。 示例值:true |
| AgentCredentialID | String | 否 | 凭据代填的ID 注意:此字段可能返回 null,表示取不到有效值。 示例值:agc-xxxxxxxx |
| SSEResourceIdentifier | String | 否 | 应用为OAuth2认证时,sse模式请求mcp时的资源标识 注意:此字段可能返回 null,表示取不到有效值。 示例值:http://127.0.0.1/_llmsgw_/sse/aga-05b85106/mcp-2fc41d77 |
| StreamableResourceIdentifier | String | 否 | 应用为OAuth2认证时,streamable模式请求mcp时的资源标识 注意:此字段可能返回 null,表示取不到有效值。 示例值:http://127.0.0.1/_llmsgw_/mcp/aga-05b85106/mcp-2fc41d77 |
AgentAppMcpServerVO
应用关联的mcp响应
被如下接口引用:DescribeAgentAppMcpServers。
| 名称 | 类型 | 描述 |
|---|---|---|
| ID | String | 绑定ID 示例值:aga-41d42939 |
| NeedAuth | Boolean | 需要认证 示例值:true |
| AgentCredentialID | String | 凭据ID 示例值:agc-4440aa1d |
| AgentCredentialVO | DescribeAgentCredentialResp | 凭据详情 |
| McpServerVO | DescribeMcpServerResponseVO | mcp详情 |
| RelateTime | String | 关联时间 示例值:2025-12-28T00:55:38.218Z |
| SSEResourceIdentifier | String | 应用为OAuth2认证时,sse模式请求mcp时的资源标识 注意:此字段可能返回 null,表示取不到有效值。 示例值:http://10.0.0.4/_llmsgw_/sse/aga-41d42939/mcp-2fc41d77 |
| StreamableResourceIdentifier | String | 应用为OAuth2认证时,streamable模式请求mcp时的资源标识 注意:此字段可能返回 null,表示取不到有效值。 示例值:http://10.0.0.4/_llmsgw_/aga-41d42939/mcp-2fc41d77 |
| AgentAppID | String | 应用ID 注意:此字段可能返回 null,表示取不到有效值。 示例值:aga-41d42939 |
| McpServerID | String | mcp ID 注意:此字段可能返回 null,表示取不到有效值。 示例值:mcp-41d42939 |
AgentAppModelServiceDTO
应用绑定模型服务入参
被如下接口引用:CreateAgentAppModelServices, ModifyAgentAppModelServices。
| 名称 | 类型 | 必选 | 描述 |
|---|---|---|---|
| ID | String | 否 | 模型服务ID 示例值:mds-36d0b658 |
| InvokeLimitConfigStatus | Boolean | 否 | 是否开启流量控制 示例值:true |
| InvokeLimitConfig | InvokeLimitConfigDTO | 否 | 流量控制 |
| TokenLimitStatus | Boolean | 否 | 是否开启token控制 示例值:true |
| TokenLimitConfig | TokenLimitConfigDTO | 否 | token控制 |
AgentAppSecretKeyVO
secretKey的出参
被如下接口引用:DescribeAgentApp。
| 名称 | 类型 | 描述 |
|---|---|---|
| SecretID | String | secret id 示例值:AK290f08b25DF12029ceb2e47519BFC50C |
| SecretKey | String | secret key 示例值:**** |
AgentCredentialContentDTO
凭证内容
被如下接口引用:DescribeAgentAppMcpServers。
| 名称 | 类型 | 必选 | 描述 |
|---|---|---|---|
| STSSystem | String | 否 | 如果认证类型为sts时,该项必填 示例值:tencent |
| STSService | String | 否 | 如果认证类型为sts时,该项必填 示例值:cos |
| Headers | Array of AgentCredentialContentHeaderDTO | 否 | 如果认证类型为reqKey时,该项必填 |
AgentCredentialContentHeaderDTO
凭证内容头
被如下接口引用:DescribeAgentAppMcpServers。
| 名称 | 类型 | 必选 | 描述 |
|---|---|---|---|
| Key | String | 否 | 凭据header key 示例值:apiKey |
| Value | String | 否 | 凭据header value 示例值:** |
BindMcpSecurityRuleDTO
BindMcpSecurityRuleDTO,替换之前的McpSecurityRule
被如下接口引用:CreateMcpServer, ModifyMcpServer。
| 名称 | 类型 | 必选 | 描述 |
|---|---|---|---|
| ID | String | 否 | 规则ID 示例值:mr-xxxxxxxx |
| Act | String | 否 | 处置动作 示例值:watch |
BindMcpSecurityRuleVO
BindMcpSecurityRuleVO,重新定义了之前的McpSecurityRulesVO
被如下接口引用:DescribeMcpServer。
| 名称 | 类型 | 必选 | 描述 |
|---|---|---|---|
| ID | String | 否 | 规则ID 示例值:msr-0101 |
| Type | String | 否 | 规则类型 示例值:data |
| Name | String | 否 | 规则名称 示例值:data |
| Description | String | 否 | 规则描述 示例值:data |
| RiskLevel | String | 否 | 风险等级 示例值:low |
| VersionNumber | String | 否 | 版本号 示例值:2026010101 |
| Act | String | 否 | 当前选择的处置动作 示例值:watch |
| SupportActs | Array of String | 否 | 支持的处置动作 示例值:["watch"] |
| BodyType | String | 否 | 内容类型 示例值:data |
| IconType | String | 否 | icon类型 示例值:data |
CreateAgentAppResp
创建Agent应用的返回值,根据创建的AuthType,返回ApiKey或者SecretKey
被如下接口引用:CreateAgentApp。
| 名称 | 类型 | 描述 |
|---|---|---|
| ID | String | app id 示例值:aga-xxxxxxxx |
| ApiKey | String | 如果authType为apiKey时,返回该字段 示例值:sk-01010100101010 |
| SecretKey | String | 如果authType为secretKey时,返回该字段 示例值:AK01010100101010 |
| SecretID | String | 如果authType为secretKey时,返回该字段 示例值:010101001010100101010 |
DescribeAgentAppMcpServersResp
查询App mcpServer绑定列表响应
被如下接口引用:DescribeAgentAppMcpServers。
| 名称 | 类型 | 描述 |
|---|---|---|
| Total | Integer | 条目总数 示例值:4 |
| Items | Array of AgentAppMcpServerVO | 具体条目 |
DescribeAgentAppResp
查询app详情响应
被如下接口引用:DescribeAgentApp, DescribeAgentApps。
| 名称 | 类型 | 描述 |
|---|---|---|
| AppID | Integer | 租户appID 示例值:1300273807 |
| Uin | String | 租户ID 示例值:700001136234 |
| InstanceID | String | 实例ID 示例值:ins-a7af1980 |
| ID | String | 应用ID 示例值:aga-41d42939 |
| Name | String | 名称 示例值:测试agentApp |
| Description | String | 描述 示例值:description 01 |
| Status | String | 状态 示例值:normal |
| CreateTime | String | 创建时间 示例值:2025-12-28T00:55:30.53Z |
| UpdateTime | String | 修改时间 示例值:2025-12-28T00:55:30.53Z |
| AuthType | String | 认证类型 示例值:apiKey |
| ApiKeys | Array of String | apiKeys列表,脱敏 示例值:["SK**DF"] |
| SecretKeys | Array of AgentAppSecretKeyVO | secretKey列表,脱敏 |
| OAuth2ResourceServerID | String | OAuth2 Resource Server ID 注意:此字段可能返回 null,表示取不到有效值。 示例值:ors-be1312ba |
| McpServersNum | Integer | 绑定mcpServer数量 示例值:1 |
| ModelServicesNum | Integer | 绑定的模型服务数量 注意:此字段可能返回 null,表示取不到有效值。 示例值:0 |
DescribeAgentAppsResp
查询App列表响应
被如下接口引用:DescribeAgentApps。
| 名称 | 类型 | 描述 |
|---|---|---|
| Total | Integer | 条目总数 示例值:10 |
| Items | Array of DescribeAgentAppResp | 具体条目 |
DescribeAgentAppsSortDTO
agentApp查询排序
被如下接口引用:DescribeAgentApps。
| 名称 | 类型 | 必选 | 描述 |
|---|---|---|---|
| CreateTime | Integer | 否 | 创建时间 示例值:1 |
| UpdateTime | Integer | 否 | 修改时间 示例值:1 |
| Name | Integer | 否 | 名称 示例值:1 |
| Status | Integer | 否 | 状态 示例值:1 |
DescribeAgentCredentialResp
凭据详情响应
被如下接口引用:DescribeAgentAppMcpServers。
| 名称 | 类型 | 描述 |
|---|---|---|
| AppID | Integer | 租户应用ID 示例值:1300273807 |
| Uin | String | 租户ID 示例值:700001136234 |
| InstanceID | String | 实例ID 示例值:ins-a7af1980 |
| ID | String | 凭据ID 示例值:agc-4440aa1d |
| Name | String | 凭据名称 示例值:pingju |
| Status | String | 状态 示例值:normal |
| RelateAgentAppNum | Integer | 关联应用数 示例值:0 |
| RelateMcpServerNum | Integer | 关联mcp数 示例值:0 |
| RelateModelNum | Integer | 关联模型数 注意:此字段可能返回 null,表示取不到有效值。 示例值:1 |
| Content | AgentCredentialContentDTO | 凭据内容 |
| CreateTime | String | 创建时间 示例值:2025-08-07T10:06:37.246Z |
| LastUpdateTime | String | 修改时间 示例值:2025-08-07T10:06:37.246Z |
| Type | String | 类型 示例值:reqKey |
DescribeMcpServerResponseVO
DescribeMcpServerResponseVO
被如下接口引用:DescribeAgentAppMcpServers, DescribeMcpServer, DescribeMcpServers。
| 名称 | 类型 | 描述 |
|---|---|---|
| InstanceID | String | 实例ID 注意:此字段可能返回 null,表示取不到有效值。 示例值:ins-a7af1980 |
| Name | String | 名称 注意:此字段可能返回 null,表示取不到有效值。 示例值:testmcp |
| Description | String | 描述 注意:此字段可能返回 null,表示取不到有效值。 示例值:testmcp |
| LabelIDs | Array of String | 标签ID数组 注意:此字段可能返回 null,表示取不到有效值。 示例值:["01010"] |
| CategoryIDs | Array of String | 目录ID数组 注意:此字段可能返回 null,表示取不到有效值。 示例值:["01010"] |
| TargetSelect | String | 负载方式,robin random consistentHash 注意:此字段可能返回 null,表示取不到有效值。 示例值:random |
| TargetHosts | Array of TargetHostDTO | 目标服务器 注意:此字段可能返回 null,表示取不到有效值。 |
| HttpProtocolType | String | 后端协议:http https 注意:此字段可能返回 null,表示取不到有效值。 示例值:http |
| CheckTargetCertsError | Boolean | 证书检查 注意:此字段可能返回 null,表示取不到有效值。 示例值:false |
| TargetPath | String | 目标路径 注意:此字段可能返回 null,表示取不到有效值。 示例值:/ |
| InvokeLimitConfigStatus | Boolean | 流量控制状态 注意:此字段可能返回 null,表示取不到有效值。 示例值:true |
| InvokeLimitConfig | InvokeLimitConfigDTO | 流量控制配置 注意:此字段可能返回 null,表示取不到有效值。 |
| IpWhiteStatus | Boolean | IP白名单开启状态 注意:此字段可能返回 null,表示取不到有效值。 示例值:false |
| IpWhiteConfig | IpConfig | IP白名单配置 注意:此字段可能返回 null,表示取不到有效值。 |
| IpBlackStatus | Boolean | IP黑名单开启状态 注意:此字段可能返回 null,表示取不到有效值。 示例值:true |
| IpBlackConfig | IpConfig | IP黑名单配置 注意:此字段可能返回 null,表示取不到有效值。 |
| ID | String | mcp server ID 注意:此字段可能返回 null,表示取不到有效值。 示例值:mcp-2fc41d77 |
| Status | String | 状态 注意:此字段可能返回 null,表示取不到有效值。 示例值:normal |
| Url | String | 预览地址 注意:此字段可能返回 null,表示取不到有效值。 示例值:http://1.1.1.1/ |
| App | IDNameVO | 应用 注意:此字段可能返回 null,表示取不到有效值。 |
| Catalogs | Array of IDNameVO | 目录 注意:此字段可能返回 null,表示取不到有效值。 |
| Labels | Array of IDNameVO | 标签 注意:此字段可能返回 null,表示取不到有效值。 |
| CreateTime | String | 创建时间 注意:此字段可能返回 null,表示取不到有效值。 示例值:2025-08-07T09:55:58.696Z |
| LastUpdateTime | String | 最后修改时间 注意:此字段可能返回 null,表示取不到有效值。 示例值:2025-12-04T06:07:53.241Z |
| AppID | Integer | 用户appID 注意:此字段可能返回 null,表示取不到有效值。 示例值:1300273807 |
| Uin | String | 用户ID 注意:此字段可能返回 null,表示取不到有效值。 示例值:700001136234 |
| CustomHttpHost | String | 自定义host 注意:此字段可能返回 null,表示取不到有效值。 示例值:default |
| HttpHostType | String | Http 请求host类型 useRequestHost 保持源请求host targetHost 修正为源站host customHost 自定义host 注意:此字段可能返回 null,表示取不到有效值。 示例值:useRequestHost |
| Timeout | Integer | 请求的超时时间 注意:此字段可能返回 null,表示取不到有效值。 示例值:60 |
| Mode | String | mcp server模式 示例值:wrap |
| McpVersion | String | mcp version 示例值:2024-11-05 |
| WrapServices | Array of String | 封装模式下绑定的服务ID列表 注意:此字段可能返回 null,表示取不到有效值。 示例值:["svr-7e7f07e8"] |
| ToolNum | Integer | 工具数量 示例值:0 |
| McpSecurityRulesVO | Array of McpSecurityRulesVO | 安全规则集响应 |
| ToolConfigs | Array of ToolConfigVO | 真实工具级别配置,实时拉取了tool/list做渲染的,如果tool/list不通,就拉不到。 注意:此字段可能返回 null,表示取不到有效值。 |
| UrlObj | McpUrlObj | 访问URL |
| ToolMessage | String | 后端mcp服务是否正常 示例值:error |
| Tools | Array of McpTool | 后端mcp服务的工具列表 |
| WrapPaasID | String | 封装的API分组ID 示例值:app-be27914b |
| RelateAgentAppNum | Integer | 关联的agentApp数量 示例值:0 |
| PluginConfigs | Array of PluginConfigDTO | 插件配置 注意:此字段可能返回 null,表示取不到有效值。 |
DescribeMcpServersResponseVO
ServicesVO
被如下接口引用:DescribeMcpServers。
| 名称 | 类型 | 描述 |
|---|---|---|
| Total | Integer | 条目 注意:此字段可能返回 null,表示取不到有效值。 示例值:10 |
| Items | Array of DescribeMcpServerResponseVO | 数组 注意:此字段可能返回 null,表示取不到有效值。 |
DescribeModelResponseVO
查询模型详情的响应
被如下接口引用:DescribeModel, DescribeModels。
| 名称 | 类型 | 描述 |
|---|---|---|
| AppID | Integer | 腾讯云AppID 示例值:1300273807 |
| Uin | String | 腾讯云Uin 示例值:700001136234 |
| InstanceID | String | 实例ID 示例值:ins-a7af1980 |
| ID | String | 模型ID 示例值:mod-85b343e0 |
| Name | String | 模型名称 示例值:{55.52493325438*55.52493325438} |
| CredentialID | String | 凭据ID 示例值:agc-4440aa1d |
| CredentialName | String | 凭据名称 示例值:pingju |
| HttpProtocolType | String | http协议类型 示例值:http |
| CheckTargetCertsError | Boolean | https时,是否校验目标证书 示例值:true |
| HttpProtocolVersion | String | http协议版本:1.1/2.0 示例值:1.1 |
| TargetPath | String | 目标路径 示例值:/v122222 |
| TargetHosts | Array of TargetHostDTO | 目标器列表 |
| ModelServiceCount | Integer | 被模型服务使用的个数 示例值:1 |
| CreateTime | String | 创建时间 示例值:2026-02-10T18:09:29.011Z |
| LastUpdateTime | String | 最后修改时间 示例值:2026-02-10T18:09:32.104Z |
DescribeModelServiceResponseVO
查询模型服务详情的响应
被如下接口引用:DescribeModelService, DescribeModelServices。
| 名称 | 类型 | 描述 |
|---|---|---|
| AppID | Integer | 腾讯云AppID 示例值:1300273807 |
| Uin | String | 腾讯云Uin 示例值:70000*** |
| InstanceID | String | 实例ID 示例值:ins-**** |
| ID | String | 模型ID 示例值:mds-**** |
| Name | String | 模型名称 示例值:heheh |
| Description | String | 描述 示例值:heheh |
| PubPath | String | 访问路径 示例值:/modeltest |
| PathMatchType | String | 路径匹配方式:absolute,prefix,regex 示例值:prefix |
| TargetModels | Array of TargetModelDTO | 目标模型列表 注意:此字段可能返回 null,表示取不到有效值。 |
| ModelNames | Array of String | 模板模型的名称列表 注意:此字段可能返回 null,表示取不到有效值。 示例值:["deepseek"] |
| InvokeLimitConfigStatus | Boolean | 是否开启限流 示例值:true |
| InvokeLimitConfig | InvokeLimitConfigDTO | 限流配置 |
| CreateTime | String | 创建时间 示例值:2026-02-09T07:18:30.357Z |
| LastUpdateTime | String | 最后修改时间 示例值:2026-02-09T07:18:30.357Z |
| TokenLimitStatus | Boolean | 是否开启token控制 示例值:true |
| TokenLimitConfig | TokenLimitConfigDTO | token控制 |
| TmsStatus | Boolean | 是否开启tms配置 示例值:true |
| TmsConfig | TmsConfigDTO | tms配置 |
| IpWhiteStatus | Boolean | 是否开启IP白名单 示例值:true |
| IpWhiteList | Array of String | IP白名单列表 注意:此字段可能返回 null,表示取不到有效值。 示例值:["1.1.1.1"] |
| IpBlackStatus | Boolean | 是否开启IP黑名单 示例值:true |
| IpBlackList | Array of String | IP黑名单列表 注意:此字段可能返回 null,表示取不到有效值。 示例值:["1.1.1.1"] |
| PluginConfigs | Array of PluginConfigDTO | 插件配置 注意:此字段可能返回 null,表示取不到有效值。 |
| Timeout | Integer | 超时配置,单位秒 示例值:60 |
| Status | String | 状态:normal,disabled 示例值:disabled |
| RelateAgentAppNum | Integer | 关联应用数 示例值:1 |
| Url | String | 请求路径 示例值:http://10.0.0.6/modeltest |
| PromptModerateStatus | Boolean | 是否开启提示词安全检测 注意:此字段可能返回 null,表示取不到有效值。 示例值:true |
| PromptModerateConfig | PromptModerateConfigDTO | 提示词安全检测配置 注意:此字段可能返回 null,表示取不到有效值。 |
DescribeModelServicesResponseVO
查询模型列表的响应
被如下接口引用:DescribeModelServices。
| 名称 | 类型 | 描述 |
|---|---|---|
| Total | Integer | 条目 示例值:2 |
| Items | Array of DescribeModelServiceResponseVO | 列表 |
DescribeModelServicesSort
查询模型服务列表的排序
被如下接口引用:DescribeModelServices。
| 名称 | 类型 | 必选 | 描述 |
|---|---|---|---|
| CreateTime | Integer | 否 | 创建时间 示例值:1 |
| LastUpdateTime | Integer | 否 | 最后修改时间 示例值:1 |
| Name | Integer | 否 | 模型名称 示例值:1 |
| Status | Integer | 否 | 状态 示例值:-1 |
DescribeModelsResponseVO
查询模型列表的响应
被如下接口引用:DescribeModels。
| 名称 | 类型 | 描述 |
|---|---|---|
| Total | Integer | 条目 示例值:301 |
| Items | Array of DescribeModelResponseVO | 列表 |
DescribeModelsSort
DescribeModelsSort
被如下接口引用:DescribeModels。
| 名称 | 类型 | 必选 | 描述 |
|---|---|---|---|
| CreateTime | Integer | 否 | 创建时间 示例值:1 |
| LastUpdateTime | Integer | 否 | 最后修改时间 示例值:1 |
| Name | Integer | 否 | 模型名称 示例值:-1 |
IDNameVO
IDNameVO
被如下接口引用:DescribeMcpServer。
| 名称 | 类型 | 必选 | 描述 |
|---|---|---|---|
| ID | String | 否 | 业务ID 注意:此字段可能返回 null,表示取不到有效值。 |
| Name | String | 否 | 名称 注意:此字段可能返回 null,表示取不到有效值。 |
InvokeLimitConfigDTO
InvokeLimitConfigDTO
被如下接口引用:CreateAgentAppModelServices, CreateMcpServer, CreateModelService, DescribeMcpServer, DescribeModelService, ModifyAgentAppModelServices, ModifyMcpServer, ModifyModelService。
| 名称 | 类型 | 必选 | 描述 |
|---|---|---|---|
| Type | String | 否 | Type类型 注意:此字段可能返回 null,表示取不到有效值。 |
| TokenBucketMaxNum | Integer | 否 | 令牌桶最大容量 注意:此字段可能返回 null,表示取不到有效值。 |
| TokenBucketRate | Integer | 否 | 令牌生成速率 注意:此字段可能返回 null,表示取不到有效值。 |
| FunnelMaxNum | Integer | 否 | 漏斗容量 注意:此字段可能返回 null,表示取不到有效值。 |
| FunnelRate | Integer | 否 | 漏嘴流速 注意:此字段可能返回 null,表示取不到有效值。 |
| SlidingWindowMaxNum | Integer | 否 | 滑动窗口最大请求数 注意:此字段可能返回 null,表示取不到有效值。 |
| SlidingWindowSize | Integer | 否 | 滑动窗口长度 注意:此字段可能返回 null,表示取不到有效值。 |
| TimeWindow | Integer | 否 | 时间窗口最大请求数 注意:此字段可能返回 null,表示取不到有效值。 |
| TimeWindowInterval | Integer | 否 | 时间窗口长度 注意:此字段可能返回 null,表示取不到有效值。 |
| Timeout | Integer | 否 | 请求的超时时间 注意:此字段可能返回 null,表示取不到有效值。 |
IpConfig
ip黑白名单配置
被如下接口引用:CreateMcpServer, DescribeMcpServer, ModifyMcpServer。
| 名称 | 类型 | 必选 | 描述 |
|---|---|---|---|
| Ips | Array of String | 否 | ip数组 注意:此字段可能返回 null,表示取不到有效值。 示例值:["1.1.1.1"] |
| EffectType | String | 否 | 生效类型 注意:此字段可能返回 null,表示取不到有效值。 示例值:always |
| EffectTimes | Array of StartEndTime | 否 | 生效时间 注意:此字段可能返回 null,表示取不到有效值。 |
| Comment | String | 否 | 备注 注意:此字段可能返回 null,表示取不到有效值。 示例值:test_e |
LimitWindowsDTO
限流窗口配置
被如下接口引用:CreateModelService, ModifyModelService。
| 名称 | 类型 | 必选 | 描述 |
|---|---|---|---|
| Interval | Integer | 否 | 时间窗口,分钟 注意:此字段可能返回 null,表示取不到有效值。 示例值:10 |
| Limit | Integer | 否 | 累计上限,k 注意:此字段可能返回 null,表示取不到有效值。 示例值:100 |
McpInputOutSchema
出入参说明
被如下接口引用:DescribeMcpServer。
| 名称 | 类型 | 必选 | 描述 |
|---|---|---|---|
| Type | String | 否 | 类型 注意:此字段可能返回 null,表示取不到有效值。 示例值:string |
| Properties | String | 否 | 属性 注意:此字段可能返回 null,表示取不到有效值。 示例值:test_ee |
| Required | Array of String | 否 | 必填字段 注意:此字段可能返回 null,表示取不到有效值。 示例值:["string"] |
| Description | String | 否 | 描述 注意:此字段可能返回 null,表示取不到有效值。 示例值:test_ee |
McpSecurityRule
mcp安全规则
被如下接口引用:CreateMcpServer, ModifyMcpServer。
| 名称 | 类型 | 必选 | 描述 |
|---|---|---|---|
| ID | String | 否 | 规则ID 示例值:mr-xxxxxxxx |
| Status | String | 否 | 状态 示例值:open |
| Act | String | 否 | 处置动作 示例值:watch |
McpSecurityRulesVO
绑定的安全规则列表
被如下接口引用:DescribeMcpServer。
| 名称 | 类型 | 描述 |
|---|---|---|
| ID | String | 规则ID 示例值:msr-0101 |
| Type | String | 规则类型 示例值:data |
| Name | String | 规则名称 示例值:data |
| Description | String | 规则描述 示例值:data |
| RiskLevel | String | 风险等级 示例值:low |
| VersionNumber | String | 版本号 示例值:2026010101 |
| Status | String | 状态开关 示例值:normal |
| Act | String | 当前选择的处置动作 示例值:watch |
| SupportActs | Array of String | 支持的处置动作 示例值:["watch"] |
| BodyType | String | 内容类型 示例值:data |
| IconType | String | icon类型 示例值:data |
McpTool
mcp工具
被如下接口引用:DescribeMcpServer。
| 名称 | 类型 | 必选 | 描述 |
|---|---|---|---|
| Name | String | 否 | 名称 注意:此字段可能返回 null,表示取不到有效值。 示例值:getUser |
| Description | String | 否 | 描述 注意:此字段可能返回 null,表示取不到有效值。 示例值:getUser |
| InputSchema | McpInputOutSchema | 否 | 入参参数 注意:此字段可能返回 null,表示取不到有效值。 |
| Annotations | McpToolAnnotation | 否 | 注释 注意:此字段可能返回 null,表示取不到有效值。 |
| OutputSchema | McpInputOutSchema | 否 | 出参参数 注意:此字段可能返回 null,表示取不到有效值。 |
McpToolAnnotation
mcp工具注解
被如下接口引用:DescribeMcpServer。
| 名称 | 类型 | 必选 | 描述 |
|---|---|---|---|
| Title | String | 否 | title for the tool 注意:此字段可能返回 null,表示取不到有效值。 示例值:getUser |
| ReadOnlyHint | Boolean | 否 | If true, the tool does not modify its environment 注意:此字段可能返回 null,表示取不到有效值。 示例值:true |
| DestructiveHint | Boolean | 否 | If true, the tool may perform destructive updates 注意:此字段可能返回 null,表示取不到有效值。 示例值:true |
| IdempotentHint | Boolean | 否 | If true, repeated calls with same args have no additional effect 注意:此字段可能返回 null,表示取不到有效值。 示例值:true |
| OpenWorldHint | Boolean | 否 | If true, tool interacts with external entities 注意:此字段可能返回 null,表示取不到有效值。 示例值:false |
McpUrlObj
Mcp的访问URL
被如下接口引用:DescribeMcpServer。
| 名称 | 类型 | 描述 |
|---|---|---|
| SSEUrl | String | sse访问URL 示例值:http://10.0.0.4/_llmsgw_/sse/aga-41d42939/mcp-2fc41d77 |
| StreamAbleUrl | String | streamable访问URL 示例值:http://10.0.0.4/_llmsgw_/mcp/aga-2f812567/mcp-2fc41d77 |
PluginConfigDTO
PluginConfigDTO
被如下接口引用:CreateMcpServer, CreateModelService, DescribeMcpServer, DescribeModelService, ModifyMcpServer, ModifyModelService。
| 名称 | 类型 | 必选 | 描述 |
|---|---|---|---|
| Status | Boolean | 否 | 状态 注意:此字段可能返回 null,表示取不到有效值。 |
| PluginName | String | 否 | 名称 注意:此字段可能返回 null,表示取不到有效值。 |
| Description | String | 否 | 描述 注意:此字段可能返回 null,表示取不到有效值。 |
| PluginID | String | 否 | ID 注意:此字段可能返回 null,表示取不到有效值。 |
| Level | Integer | 否 | 优先级 注意:此字段可能返回 null,表示取不到有效值。 |
| PluginFormValues | Array of PluginFormValueDTO | 否 | 表单配置 注意:此字段可能返回 null,表示取不到有效值。 |
PluginFormValueDTO
PluginFormValueDTO
被如下接口引用:CreateMcpServer, CreateModelService, ModifyMcpServer, ModifyModelService。
| 名称 | 类型 | 必选 | 描述 |
|---|---|---|---|
| Field | String | 否 | 字段 注意:此字段可能返回 null,表示取不到有效值。 |
| Value | String | 否 | 值 注意:此字段可能返回 null,表示取不到有效值。 |
PromptModerateConfigDTO
提示词安全配置
被如下接口引用:CreateModelService, DescribeModelService, ModifyModelService。
| 名称 | 类型 | 必选 | 描述 |
|---|---|---|---|
| Action | String | 否 | 执行动作 注意:此字段可能返回 null,表示取不到有效值。 示例值:watch |
| InterceptMessage | String | 否 | 响应拦截内容 注意:此字段可能返回 null,表示取不到有效值。 示例值:intercept |
ResultIDVO
ResultIDVO
被如下接口引用:CreateAgentAppMcpServers, CreateAgentAppModelServices, CreateMcpServer, CreateModel, CreateModelService, DeleteAgentApp, DeleteAgentAppMcpServers, DeleteAgentAppModelServices, DeleteMcpServer, DeleteModelService, ModifyAgentApp, ModifyAgentAppModelServices, ModifyMcpServer, ModifyModel, ModifyModelService。
| 名称 | 类型 | 描述 |
|---|---|---|
| ID | String | 对象ID 注意:此字段可能返回 null,表示取不到有效值。 示例值:mds-36d0b658 |
ResultIDsVO
结果ID数组
被如下接口引用:DeleteModel。
| 名称 | 类型 | 描述 |
|---|---|---|
| IDs | Array of String | 结果ID数组 注意:此字段可能返回 null,表示取不到有效值。 示例值:["mod-edd55e4f"] |
StartEndTime
开始结束时间结构体
被如下接口引用:CreateMcpServer, DescribeMcpServer, ModifyMcpServer。
| 名称 | 类型 | 必选 | 描述 |
|---|---|---|---|
| StartTime | String | 否 | 开始时间 注意:此字段可能返回 null,表示取不到有效值。 示例值:202512121212 |
| EndTime | String | 否 | 结束时间 注意:此字段可能返回 null,表示取不到有效值。 示例值:202601010101 |
TargetHostDTO
TargetHostDTO
被如下接口引用:CreateMcpServer, CreateModel, DescribeMcpServer, DescribeModel, ModifyMcpServer, ModifyModel。
| 名称 | 类型 | 必选 | 描述 |
|---|---|---|---|
| Host | String | 否 | 服务器 注意:此字段可能返回 null,表示取不到有效值。 示例值:10.1.2.3 |
| Rank | Integer | 否 | 权重 注意:此字段可能返回 null,表示取不到有效值。 示例值:10 |
TargetModelDTO
模板模型
被如下接口引用:CreateModelService, DescribeModelService, ModifyModelService。
| 名称 | 类型 | 必选 | 描述 |
|---|---|---|---|
| ID | String | 否 | 模型ID 示例值:mod-0926d298 |
| Name | String | 否 | 匹配名称 示例值:deepseek |
| Rank | Integer | 否 | 权重 示例值:10 |
TmsConfigDTO
内容安全配置
被如下接口引用:CreateModelService, DescribeModelService, ModifyModelService。
| 名称 | 类型 | 必选 | 描述 |
|---|---|---|---|
| Scope | Array of String | 否 | 检测范围,请求/响应 注意:此字段可能返回 null,表示取不到有效值。 示例值:["request"] |
| Mode | String | 否 | 检测形式 注意:此字段可能返回 null,表示取不到有效值。 示例值:sync |
| Action | String | 否 | 执行动作 注意:此字段可能返回 null,表示取不到有效值。 示例值:watch |
| MergeCount | Integer | 否 | 合并请求检测event数,联动Mode字段sync 注意:此字段可能返回 null,表示取不到有效值。 示例值:10 |
| BizType | String | 否 | 风控策略 注意:此字段可能返回 null,表示取不到有效值。 示例值:tms-01010 |
| InterceptMessage | String | 否 | 响应拦截内容 注意:此字段可能返回 null,表示取不到有效值。 示例值:failed |
TokenLimitConfigDTO
Token限流配置
被如下接口引用:CreateAgentAppModelServices, CreateModelService, DescribeModelService, ModifyAgentAppModelServices, ModifyModelService。
| 名称 | 类型 | 必选 | 描述 |
|---|---|---|---|
| LimitRequestBody | Integer | 否 | 单次请求上限,k 注意:此字段可能返回 null,表示取不到有效值。 示例值:10000 |
| LimitWindows | Array of LimitWindowsDTO | 否 | 累次token总量消耗上限 注意:此字段可能返回 null,表示取不到有效值。 |
ToolConfigDTO
工具级别配置
被如下接口引用:CreateMcpServer, ModifyMcpServer。
| 名称 | 类型 | 必选 | 描述 |
|---|---|---|---|
| ToolName | String | 否 | 工具名称 注意:此字段可能返回 null,表示取不到有效值。 示例值:tool-test |
| InvokeLimitConfigStatus | Boolean | 否 | 是否开启限流配置 示例值:true |
| InvokeLimitConfig | InvokeLimitConfigDTO | 否 | 限流配置 |
| McpSecurityRules | Array of BindMcpSecurityRuleDTO | 否 | 绑定安全规则 |
ToolConfigVO
工具配置响应
被如下接口引用:DescribeMcpServer。
| 名称 | 类型 | 描述 |
|---|---|---|
| ToolName | String | 工具名称 示例值:toolName |
| InvokeLimitConfigStatus | Boolean | 是否开启限流配置 示例值:false |
| InvokeLimitConfig | InvokeLimitConfigDTO | 限流配置 |
| McpSecurityRules | Array of BindMcpSecurityRuleVO | 绑定安全规则(响应) |