Skip to main content
Glama

get_company_list

Retrieve a list of Korean shipping companies for tracking shipments using the ShippingTracker MCP server.

Instructions

Get Company List

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The main handler function for the 'get_company_list' tool. It retrieves the list of shipping companies from the SweetTracker API using an HTTP GET request with the API key from environment variable, returning the JSON response or an error message.
    def get_company_list(): """ Get Company List """ try: response = requests.get("https://info.sweettracker.co.kr/api/v1/companylist", params = {"t_key": t_key}) return response.json() except Exception as e: return {"error": str(e)}

Other Tools

Related Tools

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/gws8820/ShippingTracker'

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