Tisane
Tisane API is a natural language processing tool that detects problematic content, extracts topics, and performs aspect-based sentiment analysis across 27 languages.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Tisane authenticates with an API key. Generate the credential in your Tisane account, then paste it into FlyMyAI the first time an agent uses a Tisane action.
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Ocp-Apim-Subscription-Key | The API key obtained from the Tisane Labs Developer Profile, used for authenticating API requests. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
TISANE_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. | language, content |
TISANE_CALCULATE_SIMILARITY | Tool to calculate semantic similarity between two text fragments. use when you need a numeric similarity score (0-1) for two texts. | content1, language1, content2, language2 |
TISANE_DETECT_LANGUAGE | Tool to detect the language of the provided text. use when you need to identify the language code. | text |
TISANE_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. | content |
TISANE_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_TRANSFORM_TEXT | Tool to translate or paraphrase text. use when you need to convert content between languages or paraphrase within the same language. | from, to, content |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Tisane!