Skip to main content
Glama

Penpot MCP Server

by montevive

get_file

Retrieve and cache a specific Penpot design file by its ID using this tool, ideal for accessing files programmatically within automated design workflows.

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" }

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