Skip to main content
Glama

Persona MCP

by seanshin0214

create_persona

Create custom AI personas with specific names and prompt content to enable switching between expert roles for specialized tasks and context-aware responses.

Instructions

새로운 페르소나 프로필을 생성합니다

Input Schema

NameRequiredDescriptionDefault
nameYes페르소나 이름 (예: default, professional, casual)
contentYes페르소나 프롬프트 내용

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "페르소나 프롬프트 내용", "type": "string" }, "name": { "description": "페르소나 이름 (예: default, professional, casual)", "type": "string" } }, "required": [ "name", "content" ], "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/seanshin0214/persona-mcp'

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