Add Entity Keyword
Tool to add a keyword with optional synonyms to a Wit.ai entity. Use when extending entity values.
Wit.ai is a natural language processing platform that enables developers to build applications and devices that understand human language.
Tool to add a keyword with optional synonyms to a Wit.ai entity. Use when extending entity values.
Tool to add a new synonym to a keyword in an entity. Use when expanding entity keyword recognition with additional terms.
Tool to add a new value to an existing trait in Wit.ai. Use when extending trait vocabulary with additional values.
Tool to create a new app in Wit.ai. Use when you need to programmatically initialize an application before training or importing data.
Tool to create a new entity in Wit.ai. Use when defining custom entity types for natural language understanding.
Tool to create a new intent in Wit.ai. Use when you need to define a new intent for natural language understanding.
Tool to add training utterances (samples with annotations) to your Wit.ai app. Use when you need to train your model with labeled examples. Rate limit: 200 samples per minute.
Tool to create a new trait in Wit.ai. Use when defining custom entity attribute matching behavior.
Tool to delete a specific app from wit.ai. Use when you need to remove an existing app by its ID after confirming its existence.
Tool to permanently delete an entity by name. Use when you need to remove an existing entity from the wit.ai app.
Tool to delete a keyword from a keywords entity in wit.ai. Use when you need to remove a specific keyword from an entity.
Tool to delete a specific role from an entity in wit.ai. Use when you need to remove a role association from an entity.
Tool to permanently delete an intent by name. Use when you need to remove an intent from the app.
Tool to delete a synonym from a keyword in an entity. Use when you need to remove a specific synonym mapping from an entity keyword.
Tool to delete validated utterances (training samples) from your Wit.ai app. Use when you need to remove specific training data.
Tool to export Wit.ai app data as a backup ZIP file. Returns a download URL for the backup file containing all app data.
Tool to retrieve metadata and settings of a Wit.ai app. Use when you need to fetch complete app details by app ID after authenticating.
Tool to retrieve details of a specific entity including keywords and roles. Use when you need entity metadata by ID or name.
Tool to retrieve details of a specific intent. Use when you need full intent metadata given its ID.
Tool to list all intents in a Wit.ai app. Use after authenticating to retrieve defined intents.
Tool to retrieve details of a specific trait. Use when you have the trait ID and need its full metadata.
Tool to retrieve details for a specific text-to-speech voice. Use when you need information about available styles and parameters for a voice.
Tool to retrieve all tag groups (versions) for a Wit.ai app. Use when you need to list available versions or snapshots of an app's state.
Tool to list all entities in a Wit.ai app. Use after authenticating to retrieve defined entities.
Tool to list all traits in a Wit.ai app. Use after authenticating to retrieve defined traits.
Tool to retrieve training utterances (samples) from a Wit.ai app. Use when you need to view or analyze the app's training data. Supports filtering by intents, entities, and traits.
Tool to retrieve all available text-to-speech voices grouped by locale. Use when you need to discover which voices are available for speech synthesis.
Tool to retrieve the list of all Wit.ai apps for the authenticated user. Use when you need to fetch apps with pagination support.
Tool to update an existing Wit.ai app. Use when you need to modify app settings after creation.
Tool to detect the language of a given text input. Returns detected locales with confidence scores. Use when you need to identify the language of user-provided text.
Tool to analyze a text message and extract its intent, entities, and traits. Use when you need structured meaning from user input.