Tools
Gyazo
Get your Gyazo tools running in a Meshagent Room:
1. Environment Variables
Set the following environment variable before running the MCP service:
- GYAZO_ACCESS_TOKEN: Your Gyazo access token (required for all Gyazo API operations).
2. Steps
-
Install Meshagent with all toolkits:
-
Sign up and authenticate with Meshagent:
- Follow instructions at Meshagent CLI Getting Started.
-
Start the MCP Gyazo Service in a Meshagent Room:
- This command wraps the Gyazo MCP server in a Meshagent Room. The room will automatically close if no activity is detected.
-
Join the Room with a Chatbot Agent using the Toolkit:
- This launches a chatbot in the Meshagent Room with access to the Gyazo tools.
- Multiple toolkits can be enabled for one agent in a room.
- The output includes a link to join and interact with the agent and tools in the room.
Tools Available
Tools included by the Gyazo MCP Server:
Tool | Short Description |
---|---|
gyazo_image | Fetch image content and metadata from Gyazo |
gyazo_latest_image | Fetch latest uploaded image content and metadata |
gyazo_search | Full-text search for captures uploaded by users |
gyazo_upload | Upload an image to Gyazo |
Tools Details
Tool: gyazo_image
Fetch image content and metadata from Gyazo
Parameters:
id_or_url
(string
): ID or URL of the image on Gyazo
Tool: gyazo_latest_image
Fetch latest uploaded image content and metadata from Gyazo
Parameters:
name
(string
)
Tool: gyazo_search
Full-text search for captures uploaded by users on Gyazo
Parameters:
query
(string
): Search keyword (max length: 200 characters). Example: ‘cat’, ‘title:cat’, ‘app:“Google Chrome”’, ‘url:google.com’, ‘cat since:2024-01-01 until:2024-12-31’
Tip: If you don’t find the right capture, rephrase your query based on user intent and try again.page
(integer
, optional): Page number for paginationper
(integer
, optional): Number of results per page (max: 100)
Tool: gyazo_upload
Upload an image to Gyazo
Parameters:
imageData
(string
): Base64 encoded image dataapp
(string
, optional): Application name for the imagedescription
(string
, optional): Description for the imagerefererUrl
(string
, optional): Source URL for imagetitle
(string
, optional): Title for the image