Skip to main content
Glama
SavageCore

profilarr-mcp

Official
by SavageCore

profilarr_create_database

Link a new PCD database by cloning a repository, validating its manifest, and processing dependencies.

Instructions

Link a PCD database: clones the repo, validates its manifest, processes dependencies. Synchronous; may take seconds. personal_access_token requires git_user_name and git_user_email. Returns the new DatabaseInstance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
branchNo
auto_pullNo
git_user_nameNo
sync_strategyNo
git_user_emailNo
repository_urlYes
conflict_strategyNooverride
local_ops_enabledNo
personal_access_tokenNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are present, so the description carries the burden for behavioral disclosure. It discloses clone/validate/process actions, synchronous execution, and token-related prerequisites, giving some useful context. However, it omits potential side effects such as repo overwrites, network dependencies, failure modes, or reversibility, which is a notable gap for a creation/linking operation.

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

Conciseness5/5

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

Three compact sentences deliver the essential purpose, execution context, and a key parameter dependency without waste. Information is front-loaded: the action is stated first, then supporting details.

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

Completeness2/5

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

Despite having an output schema, the description does not adequately cover the complexity of a 10-parameter creation tool. It mentions the return type and token prerequisite but ignores parameter semantics, failure scenarios, prerequisites like git availability, and relationships to other database operations. The description is not sufficient for an agent to confidently invoke the tool in varied situations.

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

Parameters2/5

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

With 10 parameters and 0% schema description coverage, the description must compensate, but it only documents the personal_access_token/git_user_name/git_user_email relationship. All other parameters (branch, auto_pull, sync_strategy, conflict_strategy, local_ops_enabled, etc.) receive no explanation, leaving most schema fields semantically opaque.

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

Purpose4/5

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

The description clearly explains the core action: 'Link a PCD database' followed by concrete sub-steps (clones repo, validates manifest, processes dependencies). This distinguishes it from siblings like list_databases or sync_database, though 'Link' is slightly less direct than the tool name 'create_database' and PCD is not expanded.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives such as update_database or sync_database. The description provides operational context (synchronous, may take seconds) and a prerequisite relationship for personal_access_token, but does not clarify use cases, exclusions, or alternatives.

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/SavageCore/profilarr-mcp'

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