Skip to main content
Glama

Graphlit MCP Server

Official

describeContent

Generate detailed descriptions of image content using vision LLMs. Provide a content identifier and optional prompt to receive Markdown-formatted output for enhanced content analysis.

Instructions

Prompts vision LLM and returns description of image content. Accepts content identifier as string, and optional prompt for image description. Returns Markdown text from LLM completion.

Input Schema

NameRequiredDescriptionDefault
idYes
promptNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "type": "string" }, "prompt": { "type": "string" } }, "required": [ "id" ], "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