Skip to main content
Glama
manual-gemini-test.js436 B
import { runTool } from "../src/tools/index.js"; async function main() { const result = await runTool("gemini_analyze_image", { image: "test-assets/sample2.jpg", prompt: "Describe the scene in this photo.", timeoutMs: 60000, }); console.log(JSON.stringify(result, null, 2)); } main().catch((error) => { console.error(error); process.exit(1); }); //# sourceMappingURL=manual-gemini-test.js.map

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/ah-wq/mcp-vision-relay'

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