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

# Tools

All akta.pro tools are **synchronous**. All tools returns its data immediately, with no polling required. Only `company_data` returns **Markdown**; every other tool returns **JSON**.

**Free, resolve-first tools:**

| Tool              | Description                                                                                     |
| ----------------- | ----------------------------------------------------------------------------------------------- |
| `company_search`  | Resolve a company name or website to Akta identifiers (`uuid`, website, status)                 |
| `industry_search` | Resolve a free-text industry or topic to ranked industry codes, used to filter news by industry |
| `account_status`  | Your plan tier (`is_enterprise`, `package_type`) and remaining credit balance                   |

**Company data:**

| Tool                   | Description                                                                                            |
| ---------------------- | ------------------------------------------------------------------------------------------------------ |
| `company_data`         | Rich, structured company profile as Markdown. Sections are selected explicitly and billed individually |
| `company_data_concise` | A single condensed company overview in JSON. No section selection, cheapest way to get a fast read     |

**News:**

| Tool           | Description                                                                                                       |
| -------------- | ----------------------------------------------------------------------------------------------------------------- |
| `news_signals` | List news filtered by company, industry, query, or title, with sentiment and AI summaries. No full article text   |
| `news_detail`  | Full article body for specific article IDs returned by `news_signals` (max 10 per call)                           |
| `news_types`   | The news-type taxonomy. Contains 77 tag codes across 11 categories, used to filter `news_signals` by kind of news |

**Additional tools** (require Subscription or Enterprise):

| Tool               | Description                                                                       |
| ------------------ | --------------------------------------------------------------------------------- |
| `headcount_trends` | Employee-count trend over time                                                    |
| `website_traffic`  | Web-traffic estimates                                                             |
| `employee_reviews` | Glassdoor-style employee sentiment                                                |
| `product_reviews`  | Returns Product-level review. Call without a product ID first to list the catalog |
| `job_posts`        | Open roles and hiring signal                                                      |
| `social_posts`     | Company social posts                                                              |

A call to any of the tools above on a plan that doesn't cover it returns `403`. Enterprise-only `company_data` sections (`funding_detail`, `mna_and_investment`) don't error on lower tiers — they're silently skipped, and the returned Markdown notes what was dropped.
