Skip to main content
Glama
DollhouseMCP

DollhouseMCP

Official

portfolio_element_manager

Manage individual portfolio elements between local storage and GitHub repository. Download or upload personas, skills, and other elements using fuzzy matching for easy identification.

Instructions

Manage individual elements between your local portfolio and GitHub repository. USE THIS TO DOWNLOAD/UPLOAD INDIVIDUAL PERSONAS, SKILLS, OR OTHER ELEMENTS! When a user asks to 'download X persona from my GitHub' or 'upload Y skill to GitHub', use this tool. Operations: 'download' (GitHub→local), 'upload' (local→GitHub), 'list-remote' (see what's on GitHub), 'compare' (diff local vs GitHub). FUZZY MATCHING enabled - 'verbose victorian scholar' will find 'Verbose-Victorian-Scholar'. After downloading, use reload_elements then activate_element.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operationYesThe operation to perform. 'download' = get from GitHub to local, 'upload' = send from local to GitHub, 'list-remote' = see what's on GitHub, 'compare' = see differences
element_nameNoName of the element (required for download, upload, compare). FUZZY MATCHING ENABLED: Just type the name naturally - 'verbose victorian scholar', 'Victorian Scholar', 'verbose-victorian', etc. will all work
element_typeNoType of element (required for download, upload, compare). For personas use 'personas'
filterNoFilters for bulk operations
optionsNoAdditional options. For downloads, use options:{force:true} to skip confirmations
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden and does well by disclosing key behavioral traits: it explains the four operations, mentions fuzzy matching functionality, describes what happens after download (need to reload and activate), and implies this is for GitHub synchronization. However, it doesn't mention authentication requirements, rate limits, or error handling.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately sized and front-loaded with the core purpose in the first sentence. Each subsequent sentence adds value: usage examples, operation explanations, fuzzy matching details, and post-operation steps. Some redundancy exists between the description and schema (operation explanations), but overall it's efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a complex tool with 5 parameters, nested objects, no annotations, and no output schema, the description does well by covering operations, fuzzy matching, and workflow context. It explains what the tool does and when to use it, though it could better address the filter parameter and provide more detail on return values given the lack of output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description adds meaningful context beyond the schema by explaining the purpose of each operation ('download' = GitHub→local, 'upload' = local→GitHub), emphasizing fuzzy matching with examples, and providing usage examples that clarify parameter combinations. However, it doesn't fully explain the filter parameter's purpose.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose with specific verbs ('manage', 'download', 'upload', 'list-remote', 'compare') and resources ('individual elements', 'local portfolio', 'GitHub repository'). It explicitly distinguishes this tool from siblings by specifying it's for individual element operations rather than bulk operations, and provides concrete examples of when to use it.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit guidance on when to use this tool ('download X persona from my GitHub', 'upload Y skill to GitHub') and distinguishes it from alternatives by specifying it's for individual elements. It also provides post-operation guidance ('After downloading, use reload_elements then activate_element'), creating clear workflow context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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