ToolsetStatus

更新时间:
复制 MD 格式

Parameter

Type

Description

Example

object

Status information for the toolset.

phase

string

The current phase of the toolset. Possible values are:

  • Pending: The initial phase.
  • Installing: The toolset is installing. This phase applies only to toolsets hosted by uvx or npx.
  • Installed: The toolset has been installed successfully.
  • Failed: The installation has failed.
  • Invalid: The toolset is invalid. This phase occurs if the listTools operation fails when accessing the URL of an imported MCP server.

Installed

outputs

object

Output properties from the toolset.

functionArn

string

The Amazon Resource Name (ARN) of the Function. This field is present only if the toolset manages the associated resource.

acs:fc:cn-qingdao:0000:functions/aliyun_merchant_login_egistration

urls

object

Access URLs for the toolset. This field is present only if the toolset manages the associated resource.

internetUrl

string

The public access URL.

https://mock.cn-hangzhou.fcapp.run/sse

intranetUrl

string

The internal access URL.

https://mock.cn-hangzhou-vpc.fcapp.run/sse

mcpServerConfig

object

Configuration for accessing the MCP server. This field is present only if the toolset type is MCP.

url

string

Access URL for the MCP server.

https://mock.cn-hangzhou.fcapp.run/sse

transportType

string

Transport type for the MCP server, such as SSE or StreamableHttp.

sse

headers

object

Request headers.

string

The header value. The property key represents the header name.

{'Authorization': Bearer xxxx}

openApiTools

array

A list of tools. This field is present only if the toolset type is OpenAPI.

OpenAPIToolMeta

Metadata for an OpenAPI tool.

tools

array

A list of tools. This field is present only if the toolset type is MCP.

MCPToolMeta

Metadata for an MCP tool.

difyTools

array

A list of Dify tools. This field is present only if the toolset type is Dify.

DifyToolSchema

The schema for a Dify tool.

observedGeneration

integer

The generation of the resource observed during the most recent status update.

10

observedTime

string

The timestamp of the resource's most recent status update.

2025-07-28T14:03:19Z