list_projects
:
Instructions
List all Texterify projects accessible to the authenticated user. Use this to discover project IDs and names, or to verify the currently configured project. Note: all other tools already operate on the pre-configured project (set via TEXTERIFY_PROJECT_ID environment variable), so this tool is mainly useful for discovery and verification. The response includes: data (projects with name, description, word_count, character_count, organization_id) and meta.total.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Filter projects by name (case-insensitive substring match) | |
| page | No | Page number, starting from 1 (default: 1). Use meta.total from the response to determine total pages | |
| per_page | No | Number of results per page (default: 10, max: 50) |