# Tisane AI integration on Definable

> Tisane API is a natural language processing tool that detects problematic content, extracts topics, and performs aspect-based sentiment analysis across 27 languages.

## What this connects

Tisane API is a natural language processing tool that detects problematic content, extracts topics, and performs aspect-based sentiment analysis across 27 languages.

Vendor: https://tisane.ai/signup/

## Tools available

**13** tools available. First 12:

- `TISANE_ANALYZE_TEXT` — Analyze Text — Tool to analyze input text for detailed NLU insights. Use after preparing text when you need to detect sentiment, entities, topics, and other linguistic features.
- `TISANE_CALCULATE_SIMILARITY` — Calculate Semantic Similarity — Tool to calculate semantic similarity between two text fragments. Use when you need a numeric similarity score (0-1) for two texts.
- `TISANE_COMPARE_ENTITIES` — Compare Entities — Tool to compare two compound named entities and identify differences. Currently only supports person entity type. Use when you need to determine if two person names refer to the same individual or identify specific differences.
- `TISANE_DETECT_LANGUAGE` — Detect Language — Tool to detect the language of the provided text. Use when you need to identify the language code.
- `TISANE_EXTRACT_TEXT` — Extract Text — Tool to extract raw text from markup content. Use when cleaning HTML, CSS, JS, or JSON to get pure decoded text. Use after confirming the input is UTF-8 text; this does not process binary content.
- `TISANE_GET_FAMILY_DETAILS` — Get Family Details — Tool to fetch metadata for a family from Tisane language models, including definition, description, hypernyms, and external references (Wikidata, WordNet). Use when you need detailed information about a specific family concept by its numeric identifier.
- `TISANE_GET_SUPPORTED_LANGUAGES` — Get Supported Languages — Tool to list all languages supported by the API. Use when needing to discover available languages for text analysis or processing. Call before submitting text to ensure support.
- `TISANE_LIST_FEATURE_VALUES` — List Feature Values — Tool to list feature values for a particular category such as entity types, subtypes, abuse types, and tags. Use when you need to discover valid values for a specific feature category before analysis or filtering.
- `TISANE_LIST_HYPERNYMS` — List Hypernyms — Tool to list all hypernyms related to a family. A hypernym is a parent concept (e.g., vehicle is a hypernym of truck). Use when you need to understand the conceptual hierarchy or broader categories for a given family ID.
- `TISANE_LIST_HYPONYMS` — List Hyponyms — Tool to list all hyponyms related to a family. A hyponym is a child concept (e.g., 'truck' is a hyponym of 'vehicle'). Use when you need to discover more specific concepts within a semantic family.
- `TISANE_LIST_INFLECTIONS` — List Inflections — Tool to retrieve inflected forms of a specified lexeme within a given language family. Use when you need to get all grammatical variants of a word.
- `TISANE_LIST_WORD_SENSES` — List Word Senses — Tool to fetch all senses (meanings) related to a word. Use when you need to explore word definitions, families, features, and lemma information for linguistic analysis.

## Auth

Auth schemes: `API_KEY`.

## How agents use Tisane

Inside a Definable workflow, Tisane is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Tisane** — the Researcher (GPT-5.5) pulls context from Tisane (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Tisane** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Tisane (create record, post message, draft email).
- **Designer / Engineer → Distributor → Tisane** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Tisane (attach file, open PR comment, post status).

The Verifier checks every Tisane call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- artificial intelligence — https://definable.ai/apps/category/artificial-intelligence/
- ai safety compliance detection — https://definable.ai/apps/category/ai-safety-compliance-detection/

## Related

- HTML page: https://definable.ai/apps/tisane/
- Same category (artificial intelligence): https://definable.ai/apps/category/artificial-intelligence/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
