# hicss-rag-test

Find HICSS papers by topic, author, or year range. Explore sections and keywords to surface relevant research. Retrieve full document details to speed up literature reviews.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add abdulsaboor938/hicss-rag-test

# Browse available tools
npx -y @smithery/cli@latest tool list abdulsaboor938/hicss-rag-test

# Get full schema for a tool
npx -y @smithery/cli@latest tool get abdulsaboor938/hicss-rag-test search_content

# Call a tool
npx -y @smithery/cli@latest tool call abdulsaboor938/hicss-rag-test search_content '{}'
```

## Direct MCP Connection

Endpoint: `https://hicss-rag-test--abdulsaboor938.run.tools`

## Tools (5)

- `search_content` — Search papers based on the query.
- `search_by_author` — Search papers based on the author's name (case-insensitive).
- `get_document` — Retrieve full document details by document ID.
- `search_by_keyword` — Search for sections by keyword similarity.
- `search_attribute` — Search attributes (title, authors, unique_keywords) by year range.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get abdulsaboor938/hicss-rag-test <tool-name>
```

## Prompts (1)

- `get_initial_prompts`
