Skip to main content
Glama
kagan-sh

Kagan - AI Orchestration Layer

integration_preview

Preview GitHub issues by repository, state, and labels. Pick issues to import via integration_sync.

Instructions

Preview issues from a GitHub repository without importing.

Returns a list of issues matching the filters so the user can select which ones to import via integration_sync with issue_numbers.

Args: integration: Integration name (e.g. "github"). repo: Repository in owner/repo format. state: Issue state filter — "open", "closed", or "all". labels: Filter by labels (AND logic). limit: Maximum issues to fetch (1-500).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
integrationYes
repoYes
stateNoopen
labelsNo
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations provided, so description carries full burden. States it's a preview without importing, implying read-only, but does not explicitly declare safety or side effects. Lacks disclosure on authentication or rate limits.

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?

Well-structured with a purpose sentence, summary, and list of arguments. Each sentence adds value, though slightly verbose. Front-loaded with key information.

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?

Covers purpose, workflow (preview then import), and parameter details. Mentions sibling tool by name. Doesn't address error handling or authentication, but given output schema exists and simplicity, it is fairly complete.

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

Parameters5/5

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

Despite 0% schema coverage, description provides detailed explanations for all 5 parameters (integration, repo, state, labels, limit) including default behavior, filter logic, and valid ranges, fully compensating.

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?

Description clearly states verb 'preview' and resource 'issues from a GitHub repository'. It distinguishes from sibling 'integration_sync' by specifying 'without importing' and referencing the import tool for later use.

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?

Explicitly states when to use (preview before import) and directs to 'integration_sync' for import. Lacks mention of when not to use or alternatives like 'integration_preflight', but provides clear 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/kagan-sh/kagan'

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