Skip to main content
Glama

Graphlit MCP Server

Official

describeImage

Generate descriptive text from an image using vision LLM. Input an image URL and prompt to receive Markdown-formatted text output, without storing the image in the knowledge base.

Instructions

Prompts vision LLM and returns completion. Does not ingest image into Graphlit knowledge base. Accepts image URL as string. Returns Markdown text from LLM completion.

Input Schema

NameRequiredDescriptionDefault
promptYes
urlYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "prompt": { "type": "string" }, "url": { "type": "string" } }, "required": [ "prompt", "url" ], "type": "object" }

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/graphlit/graphlit-mcp-server'

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