Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Add citation analysis commands to CLI #211

@turbomam

Description

@turbomam

Problem

Citation analysis functionality exists as MCP tools but is not available via the CLI. Users who want to use citation analysis without MCP cannot access these features.

Missing CLI Commands

The following functions exist in tools.py but have no corresponding CLI commands:

  • get-paper-references - Get papers cited BY a given paper
  • get-paper-citations - Get papers that CITE a given paper
  • get-citation-network - Get comprehensive citation data
  • find-related-papers - Discover related papers via citation networks

Current State

  • ✅ Functions implemented in src/artl_mcp/tools.py
  • ❌ Not registered in src/artl_mcp/cli.py
  • ❌ Not available via artl-cli command

Proposed Solution

  1. Add Click command wrappers in cli.py for each function
  2. Follow existing patterns for other CLI commands
  3. Include proper help text and parameter documentation
  4. Add tests for CLI commands
  5. Update documentation in README.md and USERS.md

Dependencies

References

  • src/artl_mcp/cli.py - Add commands here
  • src/artl_mcp/tools.py:1578-1800 - Implementations

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions