Skip to main content
Glama

DollhouseMCP

by DollhouseMCP

import_from_url

Import a persona into your AI assistant from a shared URL using DollhouseMCP. Overwrite existing personas as needed for dynamic persona management.

Instructions

Import a persona from a shared URL

Input Schema

NameRequiredDescriptionDefault
overwriteNoOverwrite if persona already exists (default: false)
urlYesThe shared URL to import from

Input Schema (JSON Schema)

{ "properties": { "overwrite": { "description": "Overwrite if persona already exists (default: false)", "type": "boolean" }, "url": { "description": "The shared URL to import from", "type": "string" } }, "required": [ "url" ], "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/DollhouseMCP/DollhouseMCP'

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