> ## Documentation Index
> Fetch the complete documentation index at: https://apidocs.neetokb.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Tools

> The NeetoKB actions your AI assistant can perform over MCP.

The MCP server exposes NeetoKB's v2 resources as tools. You usually do not call a tool by name: describe the task and your assistant chooses one. The tools match the [REST API](/getting-started/introduction); each group below links to its API reference.

## Articles

Search and list articles, view one in full, and create or update them. Workspace tools cover drafts as well as published articles; a separate public tool reads a published article without workspace access. See [Articles](/api-reference/articles/list).

## Unlisted links

Fetch an article's unlisted share link, and regenerate it with an optional expiry. See [Get unlisted link](/api-reference/articles/get-unlisted-link) and [Regenerate unlisted link](/api-reference/articles/regenerate-unlisted-link).

## Categories

Browse the category hierarchy, including article counts and subcategories. See [Categories](/api-reference/categories/list).

## Authors

List the people credited on articles in your workspace. See [Authors](/api-reference/authors/list).

## Recommendations

Fetch the articles NeetoKB recommends for a page or URL. See [Recommendations](/api-reference/recommendations/get).

## Team members

List, view, invite, update, and remove team members. See [Team members](/api-reference/team-members/list).

## Workspace

Read the knowledge base's settings, such as its name and public URL. See [Settings](/api-reference/settings/get).
