Skip to main content
Glama

Duyet MCP Server

get_cv

Retrieve CV in summary, detailed, or JSON format for quick access to professional details using the MCP server. Choose the format to suit your needs.

Instructions

Retrieve Duyet's CV (curriculum vitae) in different formats - summary, detailed, or JSON format

Input Schema

NameRequiredDescriptionDefault
formatNoFormat of CV data to returnsummary

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "format": { "default": "summary", "description": "Format of CV data to return", "enum": [ "summary", "detailed", "json" ], "type": "string" } }, "type": "object" }
Install Server

Other Tools from Duyet 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/duyet/duyet-mcp-server'

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