Skip to main content
Glama

portfolio_element_manager

Manage individual portfolio elements like personas and skills between local storage and GitHub repository. Download, upload, list, or compare elements with fuzzy matching support for easy element 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 the full burden of behavioral disclosure. It effectively describes key behavioral traits: the four specific operations with their directions (GitHub→local, local→GitHub), fuzzy matching behavior, and post-download workflow requirements. However, it doesn't mention authentication needs, rate limits, or error handling, which would be helpful for a GitHub integration tool.

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 and key usage instructions. Every sentence adds value: the first states the purpose, the second provides usage examples, the third lists operations, the fourth explains fuzzy matching, and the fifth specifies post-download workflow. Minor redundancy with the schema (operation descriptions) keeps it from a perfect score.

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?

Given the tool's moderate complexity (5 parameters, no output schema, no annotations), the description does an excellent job of covering purpose, usage, operations, and key behaviors like fuzzy matching. It mentions follow-up tools but doesn't explain return values or error cases. For a tool with this parameter count and no output schema, slightly more detail on expected outputs would make it complete.

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?

With 100% schema description coverage, the baseline is 3. The description adds significant value by explaining fuzzy matching for 'element_name' ('verbose victorian scholar' will find 'Verbose-Victorian-Scholar'), clarifying when parameters are required ('required for download, upload, compare'), and providing context about the 'options' parameter's 'force' setting for skipping confirmations. This goes well beyond what the schema provides.

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 individual elements', 'download', 'upload', 'list-remote', 'compare') and resources ('local portfolio', 'GitHub repository'). It explicitly distinguishes this tool from siblings by specifying it's for individual elements (not bulk operations) and provides concrete examples of when to use it versus other tools like 'reload_elements' and 'activate_element'.

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 usage guidelines with clear 'when-to-use' examples ('download X persona from my GitHub', 'upload Y skill to GitHub'), distinguishes it from sibling tools by mentioning follow-up actions ('use reload_elements then activate_element'), and specifies the scope of operations (individual elements only). It also mentions fuzzy matching as a key feature for usage.

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