We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/KuudoAI/amazon_ads_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
TestAccount.json•5.01 kB
{"components":{"callbacks":{},"examples":{},"headers":{},"links":{},"parameters":{},"requestBodies":{},"responses":{},"schemas":{"CreateAccountRequest":{"properties":{"accountMetaData":{"properties":{"vendorCode":{"description":"Vendor code that needs to be associated with the vendor account.","type":"string"}}},"accountType":{"description":"Type of test account.","enum":["AUTHOR","VENDOR"],"type":"string"},"countryCode":{"description":"Country code of the test account.","enum":["AE","AU","BE","BR","CA","DE","EG","ES","FR","IT","JP","MX","NL","PL","SA","SE","SG","TR","UK","US"],"type":"string"}},"required":["accountType","countryCode"],"type":"object"},"CreateAccountResponse":{"properties":{"requestId":{"description":"request id.","type":"string"}},"type":"object"},"GetAccountInformationResponse":{"items":{"properties":{"accountType":{"description":"Type of test account.","enum":["AUTHOR","VENDOR"],"properties":{},"type":"string"},"asins":{"description":"List of ASIN belonging to Author account.","items":{"type":"string"},"maxItems":3,"minItems":3,"properties":{},"type":"array"},"countryCode":{"description":"Country code of a test account.","enum":["AE","AU","BE","BR","CA","DE","EG","ES","FR","IT","JP","MX","NL","PL","SA","SE","SG","TR","UK","US"],"properties":{},"type":"string"},"id":{"description":"Identifier for the account.","properties":{},"type":"string"},"status":{"description":"Status of test account creation request.","enum":["COMPLETED","FAILED","IN_PROGRESS"],"properties":{},"type":"string"}},"type":"object"},"type":"array"},"error":{"description":"Error response object.","properties":{"code":{"description":"The HTTP status code of the response.","type":"string"},"details":{"description":"A human-readable description of the response.","type":"string"}},"type":"object"}},"securitySchemes":{}},"info":{"title":"AdvertisingTestAccount","version":"3.0"},"openapi":"3.0.1","paths":{"/testAccounts":{"get":{"description":"API to get Account information.","operationId":"GetAccountInformation","parameters":[{"description":"request id.","in":"query","name":"requestId","schema":{"type":"string"}},{"description":"The identifier of a client associated with a \"Login with Amazon\" account.","in":"header","name":"Amazon-Advertising-API-ClientId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetAccountInformationResponse"}}},"description":"Successful operation."},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/error"}}},"description":"Bad Request."},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/error"}}},"description":"Not Found - Requested resource does not exist or is not visible for the authenticated user."},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/error"}}},"description":"Unprocessable entity - Failed due to invalid parameters."},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/error"}}},"description":"Too Many Requests - Request was rate-limited. Retry later."},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/error"}}},"description":"Internal Server Error."},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/error"}}},"description":"Service Unavailable."}},"tags":["Get test account information "]},"post":{"description":"Submit a account creation request. You can create up to 1 test account type per marketplace.","operationId":"createAccount","parameters":[{"description":"The identifier of a client associated with a \"Login with Amazon\" account.","in":"header","name":"Amazon-Advertising-API-ClientId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateAccountRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateAccountResponse"}}},"description":"Successful."},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/error"}}},"description":"Bad Request."},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/error"}}},"description":"Not Found - Requested resource does not exist or is not visible for the authenticated user."},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/error"}}},"description":"Unprocessable entity - Failed due to invalid parameters."},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/error"}}},"description":"Too Many Requests - Request was rate-limited. Retry later."},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/error"}}},"description":"Internal Server Error."},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/error"}}},"description":"Service Unavailable."}},"summary":"API to create test accounts","tags":["Create test account"]}}}}