Skip to main content
Glama

Penpot MCP Server

by montevive

get_file

Retrieve a specific Penpot design file using its unique ID and cache it for programmatic access. Facilitates automated workflows by enabling AI models to interact with design files directly.

Instructions

Retrieve a Penpot file by its ID and cache it. Don't use this tool for code generation, use 'get_object_tree' instead.

Args: file_id: The ID of the Penpot file

Input Schema

NameRequiredDescriptionDefault
file_idYes

Input Schema (JSON Schema)

{ "properties": { "file_id": { "title": "File Id", "type": "string" } }, "required": [ "file_id" ], "title": "get_fileArguments", "type": "object" }

Other Tools from Penpot MCP Server

Related Tools

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/montevive/penpot-mcp'

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