Skip to main content
Glama

DollhouseMCP

Official
by DollhouseMCP

import_from_url

Import AI personas via shared URLs with the DollhouseMCP tool. Easily manage and activate different behavioral personas, allowing for dynamic AI adaptation. Supports optional overwrite for existing personas.

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/mcp-server'

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