ASIN Data API MCP integration for AI agents.
Connect AI agents to ASIN Data API through 6 structured actions, including get collection, update destination, delete destination, and clear collection reque…
- ACTION CONTRACTS
- 6
- AUTHENTICATION
- API key
- SOURCE STATUS
- Provider-backed
CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE
CAPABILITY PROFILE
What the ASIN Data API integration exposes
The ASIN Data API Agent App exposes 6 provider-backed actions for data and marketing work. Its current contract lets an authorized agent get details of a specific asin data api collection including status and request counts, update an existing asin data api destination configuration. only include fields you want to update, and delete a destination from the asin data api account. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.
A connection uses API key. 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 ASIN Data API account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real ASIN Data API capabilities.
Showing 6 of 6 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
get_collectionREADGet details of a specific ASIN Data API collection including status and request counts.
INPUTS: collection_id
update_destinationWRITEUpdate an existing ASIN Data API destination configuration. Only include fields you want to update.
INPUTS: destination_id / name / enabled / oss_region_id / gcs_access_key
delete_destinationHIGH IMPACTDelete a destination from the ASIN Data API account.
INPUTS: destination_id
clear_collection_requestsREVIEWDelete multiple requests from a collection by their request IDs in ASIN Data API.
INPUTS: request_ids / collection_id
list_collection_requestsREADList requests in an ASIN Data API collection by page.
INPUTS: page / collection_id
list_destinationsREADList destinations configured on the ASIN Data API account with optional filtering and sorting.
INPUTS: page / sort_by / search_term / sort_direction
INPUT CONTRACTS
Know what the action needs before it runs.
get_collection
collection_idOPTIONAL- Unique identifier of the collection to retrieve. Can be obtained from ASIN Data API collection listings.
update_destination
destination_idREQUIRED- The unique identifier of the destination.
nameOPTIONAL- New name for the destination.
enabledOPTIONAL- Whether the destination should be enabled or disabled.
oss_region_idOPTIONAL- Alibaba Cloud OSS region ID.
gcs_access_keyOPTIONAL- Google Cloud Storage access key for GCS authentication.
delete_destination
destination_idOPTIONAL- The unique identifier of the destination to delete. Can be obtained from the list_destinations action.
clear_collection_requests
request_idsOPTIONAL- Array of request ID strings to delete. Use list_collection_requests to get valid request IDs for a collection.
collection_idOPTIONAL- Unique identifier of the collection to clear requests from. Use ASIN Data API collection listings to get valid collection IDs.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Get Collection
Get details of a specific ASIN Data API collection including status and request counts. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
get_collectionControl Update Destination
Update an existing ASIN Data API destination configuration. Only include fields you want to update. Resolve the target first, present material changes for confirmation, and make retries idempotent where the provider supports it.
update_destinationVerify with List Collection Requests
List requests in an ASIN Data API collection by page. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
list_collection_requestsSAFETY BOUNDARY
Operate ASIN Data API with explicit limits
- Authorize ASIN Data API with API key and grant only the provider access required by the selected actions.
- 2 actions are change-capable by name. Confirm the target identity and material parameters before allowing a write.
- Treat `delete_destination` as high-impact operations and require an explicit approval boundary.
- No provider scope string is declared on the sampled actions. Verify the connected account's actual permissions in ASIN Data API rather than assuming unrestricted access.
- After a call, inspect the structured result and execution record before reporting that the ASIN Data API task completed successfully.
CONNECTION MODEL
API key
ASIN Data API key sent as the api_key query parameter. Find or manage it in the ASIN Data API dashboard: https://app.asindataapi.com/.
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
- 3
- WRITE SIGNALS
- 1
- HIGH IMPACT
- 1
- REVIEW SIGNALS
- 1
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 ASIN Data API.