Skip to main content
Glama
Eclipse-Cj

Paper Distill MCP Server

init_session

Start a research session by configuring push notifications and loading previous context. This initial setup enables automated paper collection and management across integrated platforms.

Instructions

Initialize a research session. Call this first to set up push channels and load context.

Detects configured platforms, manages channels, and optionally loads previous research context. Returns session info for the AI client to present to the user.

IMPORTANT for AI clients:

  • NEVER call external APIs (Zotero, webhooks, etc.) directly or generate scripts (PowerShell, curl, Python) to do so. Always use the built-in tools (collect, collect_to_zotero, send_push, etc.). Direct API calls will result in incomplete data and encoding issues.

  • If multiple platforms are detected and no platform is specified, the response will include ask_platform — you MUST ask the user which platform to use, then call init_session again with platform=<user_choice>.

  • If only one platform is configured, it is auto-selected.

  • The send_push tool also accepts a platform parameter, so the user can override per-push even after init.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idNoSession identifier (auto-generated if not provided). Use different IDs to isolate research vs daily topics.
platformNoPreferred push platform ("telegram", "discord", "feishu", "wecom"). If None, auto-detects from configured env vars.
channel_actionNo"new" = create dedicated channel, "existing" = use configured channel, "auto" = use existing if available.auto
load_contextNo"yes" = auto-load previous research context, "no" = start fresh, "ask" = return context summary for user to decide.ask

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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 critical behaviors: it detects platforms, manages channels, loads context, returns session info, and explains the 'ask_platform' response scenario. It also warns about encoding issues from direct API calls. Minor gap: doesn't mention error handling or performance characteristics.

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 clear sections: purpose statement, important guidelines, and platform logic. Most sentences earn their place, though the IMPORTANT section is somewhat lengthy. Good front-loading with the core purpose in the first sentence.

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

Completeness5/5

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

Given the tool's complexity as an initialization function with 4 parameters, no annotations, but with output schema (which handles return values), the description is complete enough. It covers purpose, critical usage rules, behavioral expectations, and integration with sibling tools, providing sufficient context for an agent.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema already documents all 4 parameters thoroughly. The description doesn't add significant parameter-specific semantics beyond what's in the schema descriptions, though it contextualizes 'platform' selection logic. Baseline 3 is appropriate when schema does heavy lifting.

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 ('initialize', 'set up', 'load context') and resources ('research session', 'push channels'), distinguishing it from siblings like 'setup' or 'load_session_context'. It explains this is the first call needed to establish the research environment.

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?

Explicitly states 'Call this first' and provides detailed when/when-not guidance: NEVER call external APIs directly, always use built-in tools. It also explains platform selection logic (auto-detection vs user choice) and references sibling tools like 'send_push' for related functionality.

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/Eclipse-Cj/paper-distill-mcp'

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