Skip to main content
Glama
kagan-sh

Kagan - AI Orchestration Layer

persona_import

Import persona presets from GitHub into Kagan. Auto-imports low-risk presets; medium risk returns trust for review; high risk needs acknowledgment.

Instructions

Import persona presets from GitHub into Kagan.

Progressive trust behavior:

  • Low risk: Auto-imported (with auto_confirm=True)

  • Medium risk: Imported; trust assessment returned for review

  • High risk: Requires acknowledge_risk=True flag

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoYes
pathNo.kagan/personas.json
refNo
acknowledge_riskNo
merge_modeNomerge
auto_confirmNo
Behavior4/5

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

With no annotations, the description fully explains the progressive trust behavior for low, medium, and high risk. It discloses the auto-import, trust assessment return, and require flag, adding valuable behavioral context.

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?

The description is concise: three short paragraphs with clear front-loading of the main purpose. No unnecessary words, all sentences earn their place.

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

Completeness3/5

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

The description covers the risk behavior well but does not explain output or all parameters. No output schema exists, so missing return value info. Adequate but with gaps.

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?

Schema description coverage is 0%, so the description should explain parameters. It only covers auto_confirm and acknowledge_risk, leaving repo, path, ref, and merge_mode unaddressed. Parameter names are somewhat self-explanatory but insufficient.

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 states the action (import), resource (persona presets), source (GitHub), and destination (Kagan). It clearly distinguishes from sibling tools like persona_export, persona_inspect, and persona_trust.

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

Usage Guidelines4/5

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

The description provides detailed context on when to use each risk level and parameters like auto_confirm and acknowledge_risk. However, it does not explicitly state when not to use this tool versus 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/kagan-sh/kagan'

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