Skip to main content
Glama
aliyun

Alibaba Cloud DMS MCP Server

Official
by aliyun

submitOrderApproval

Submit a DMS order for approval using its order ID to initiate the review process.

Instructions

Submit the order for approval in DMS using the order ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
order_idYesDMS order ID

Implementation Reference

  • The main handler function that calls the Alibaba Cloud DMS Enterprise client to submit an order for approval.
    async def submit_order_approval( order_id: str = Field(description="DMS order ID") ) -> Dict[str, Any]: client = create_client() req = dms_enterprise_20181101_models.SubmitOrderApprovalRequest() req.order_id = order_id try: resp = client.submit_order_approval(req) return resp.body.to_map() except Exception as e: logger.error(f"Error in submit_order_approval: {e}") raise
  • Tool registration in the configured database toolset.
    self.mcp.tool(name="submitOrderApproval", description="Submit the order for approval in DMS using the order ID.", annotations={"title": "提交工单审批", "readOnlyHint": False})(submit_order_approval)
  • Tool registration in the full toolset.
    self.mcp.tool(name="submitOrderApproval", description="Submit the order for approval in DMS using the order ID.", annotations={"title": "提交工单审批", "readOnlyHint": False})(submit_order_approval)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aliyun/alibabacloud-dms-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server