Skip to main content
Glama

list_templates

Browse available LaTeX resume templates to select a design for creating or updating your professional resume document.

Instructions

List available resume templates. Returns the names and descriptions of built-in LaTeX resume templates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for the 'list_templates' tool. It is decorated with @mcp.tool(), which handles registration and schema definition via the docstring. Returns a JSON object listing available templates: modern, classic, minimal with descriptions.
    @mcp.tool() def list_templates() -> str: """ List available resume templates. Returns the names and descriptions of built-in LaTeX resume templates. """ templates = { "modern": "Clean, professional design with color accents and structured formatting", "classic": "Traditional resume format with clear sections and horizontal rules", "minimal": "Simple, no-frills layout focusing on content" } return json.dumps(templates, indent=2)

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/dannywillowliu-uchi/resume_mcp'

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