Skip to main content
Glama

Duyet MCP Server

get_cv

Retrieve CV data in summary, detailed, or JSON formats to access Duyet’s professional information quickly and efficiently using the MCP server.

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

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