logo_generator
Input: A text prompt describing the desired logo style.
Output: We will return the URL of the generated logo image.
Functionality: This MCP tool generates a logo using the provided text prompt. It leverages the Logo Generation API to interpret the prompt and create a corresponding logo image.
Steps:
We will get the user_id from the request context.
We will validate the user's generation tokens.
We will call the Logo Generation API with the provided prompt.
This Logo Generation API will return a JSON response with the logo image URL.
We will return the logo image URL to the user.
INSTRUCTION FOR CLIENT MODEL:
Extract the required input parameter 'prompt' (type: string) from the user's provided prompt. The prompt should describe the desired logo style or content.
Ignore any extraneous information in the user's input.
Pass the extracted 'prompt' value to this tool as the 'prompt' parameter.
Example: For user input "Create a logo for a vegan bakery with green leaves", extract 'vegan bakery with green leaves' as the prompt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |