Tisane Labs

Tisane Labs provides natural language processing APIs for content analysis, language detection, entity comparison, semantic similarity, text extraction, and translation.

7 actions Integration catalog
Request access
Connect Tisane Labs once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Analyze TextTISANE_ANALYZE_TEXT
Analyze text for sentiment, abuse, entities, topics, sentence structure, and other requested NLU details. Output sections vary with the text and settings.
Calculate Text SimilarityTISANE_CALCULATE_TEXT_SIMILARITY
Calculate semantic similarity between two same-language or cross-language text fragments. A result of -1 is an observed provider sentinel, not a normal 0-to-1 similarity score.
Compare Person EntitiesTISANE_COMPARE_PERSON_ENTITIES
Compare two person-name entities, including cross-language names, and report whether Tisane considers them the same, different, or not single entities.
Detect LanguageTISANE_DETECT_LANGUAGE
Tool to detect the language of the provided text. Use when you need to identify the language code.
Detect LanguagesTISANE_DETECT_LANGUAGES
Detect one or more languages in text, optionally segmenting it, and return offsets plus provider-native integer confidence scores.
Extract TextTISANE_EXTRACT_TEXT
Remove markup, scripts, styles, and JSON structure from UTF-8 text content and return the provider's raw cleaned text.
Get Family DetailsTISANE_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.
Get Supported LanguagesTISANE_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.
List Feature ValuesTISANE_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.
List HypernymsTISANE_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.
List HyponymsTISANE_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.
List InflectionsTISANE_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.
List Supported LanguagesTISANE_LIST_LANGUAGES
List Tisane language records and whether each language model is currently loaded.
List Word SensesTISANE_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.
Transform TextTISANE_TRANSFORM_TEXT
Translate text to another language, or paraphrase it by using the same source and target language. Returns the provider's raw transformed text.