action shipengine_create_tag { label: "Create a New Tag" description: "Create a new Tag for customizing how you track your shipments" provider: shipengine method: POST path: "/v1/tags/{tag_name}" encoding: json output: { type: "object" description: "Response body for creating tags" additionalProperties: false } }