Alibaba Cloud SLS MCP integration for AI agents.
Connect AI agents to Alibaba Cloud SLS through 5 structured actions, including get histograms, list logstores, and list projects. Review authentication, inpu…
- ACTION CONTRACTS
- 5
- AUTHENTICATION
- Custom credentials
- SOURCE STATUS
- Provider-backed
CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE
CAPABILITY PROFILE
What the Alibaba Cloud SLS integration exposes
The Alibaba Cloud SLS Agent App exposes 5 provider-backed actions for data and developer tools work. Its current contract lets an authorized agent query the time distribution of matching logs in one simple log service logstore, list logstores in one simple log service project, and list projects visible through one alibaba cloud simple log service regional endpoint. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.
A connection uses Custom credentials. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.
For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected Alibaba Cloud SLS account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real Alibaba Cloud SLS capabilities.
Showing 5 of 5 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
get_histogramsREADQuery the time distribution of matching logs in one Simple Log Service Logstore.
INPUTS: endpoint / project / logstore / from / to
list_logstoresREADList Logstores in one Simple Log Service Project.
INPUTS: endpoint / project / offset / size / logstoreName
list_projectsREADList Projects visible through one Alibaba Cloud Simple Log Service regional endpoint.
INPUTS: endpoint / offset / size / projectName / resourceGroupId
list_projects_across_regionsREADList all Projects from the explicitly supplied regional endpoints with bounded concurrency and optional partial-failure results.
INPUTS: endpoints / projectName / resourceGroupId / allowPartial
query_logsREADQuery logs from one Simple Log Service Logstore with the GetLogs API.
INPUTS: endpoint / project / logstore / from / to
INPUT CONTRACTS
Know what the action needs before it runs.
get_histograms
endpointOPTIONAL- The regional Simple Log Service endpoint, such as cn-hangzhou.log.aliyuncs.com. Defaults to the endpoint configured on the connection.
projectOPTIONAL- The Simple Log Service Project name. It may be omitted only when the connection resource scope has exactly one candidate Project for the selected endpoint.
logstoreOPTIONAL- The Simple Log Service Logstore name. It may be omitted only when the selected Project has exactly one allowed Logstore in the connection resource scope.
fromREQUIRED- The inclusive start of the query interval as a Unix timestamp in seconds. Simple Log Service evaluates [from, to).
toREQUIRED- The exclusive end of the query interval as a Unix timestamp in seconds. It must be greater than from.
list_logstores
endpointOPTIONAL- The regional Simple Log Service endpoint, such as cn-hangzhou.log.aliyuncs.com. Defaults to the endpoint configured on the connection.
projectOPTIONAL- The Simple Log Service Project name. It may be omitted only when the connection resource scope has exactly one candidate Project for the selected endpoint.
offsetOPTIONAL- The zero-based offset at which to start the page.
sizeOPTIONAL- The number of Logstores to return. The maximum is 500.
logstoreNameOPTIONAL- A fuzzy Logstore name filter.
list_projects
endpointOPTIONAL- The regional Simple Log Service endpoint, such as cn-hangzhou.log.aliyuncs.com. Defaults to the endpoint configured on the connection.
offsetOPTIONAL- The zero-based offset at which to start the page.
sizeOPTIONAL- The number of Projects to return. The maximum is 500.
projectNameOPTIONAL- A fuzzy Project name filter.
resourceGroupIdOPTIONAL- An Alibaba Cloud resource group ID filter.
list_projects_across_regions
endpointsREQUIRED- The 1 to 50 distinct regional endpoints to query. Only these regions are covered.
projectNameOPTIONAL- A fuzzy Project name filter applied in every region.
resourceGroupIdOPTIONAL- An Alibaba Cloud resource group ID filter applied in every region.
allowPartialOPTIONAL- Whether successful regions should be returned when another region fails. The default false fails the entire action.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Get Histograms
Query the time distribution of matching logs in one Simple Log Service Logstore. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
get_histogramsVerify with List Logstores
List Logstores in one Simple Log Service Project. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
list_logstoresSAFETY BOUNDARY
Operate Alibaba Cloud SLS with explicit limits
- Authorize Alibaba Cloud SLS with Custom credentials and grant only the provider access required by the selected actions.
- The current action names appear read-oriented, but returned Alibaba Cloud SLS data may still be sensitive and should be minimized before it enters model context.
- Do not infer permission from catalog visibility. Workspace policy, connection identity, and upstream authorization still govern execution.
- No provider scope string is declared on the sampled actions. Verify the connected account's actual permissions in Alibaba Cloud SLS rather than assuming unrestricted access.
- After a call, inspect the structured result and execution record before reporting that the Alibaba Cloud SLS task completed successfully.
CONNECTION MODEL
Custom credentials
Alibaba Cloud SLS uses Custom credentials. Connection requirements and availability are determined by the provider and the Working Machines deployment.
Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.
- READ SIGNALS
- 5
- WRITE SIGNALS
- 0
- HIGH IMPACT
- 0
- REVIEW SIGNALS
- 0
EVIDENCE AND AVAILABILITY
Provider reference
Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by Alibaba Cloud SLS.