GetNetwork
Retrieve detailed information about a specific network resource using its unique ID via the DataWorks MCP Server. Enables AI agents to manage DataWorks resources efficiently.
Instructions
获取某个网络资源详细信息
Input Schema
Name | Required | Description | Default |
---|---|---|---|
Id | No | 网络资源ID |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"Id": {
"description": "网络资源ID"
}
},
"type": "object"
}