list_share_templates
Lists all share templates for a selected app, displaying their status (pending, approved, rejected, audit error). Enables user selection of a template for sharing operations.
Instructions
PREREQUISITE: An app MUST be selected first. Before calling this tool, ALWAYS call get_current_app_info to verify an app is selected. If not, guide user through: 1) Call list_developers_and_apps, 2) Show list to user and ASK them to choose, 3) Call select_app with user's choice. List all share templates for currently selected app. Auto-fetches developer_id and app_id. Shows template status (0=pending, 1=approved, 2=rejected, 3=audit error). IMPORTANT: When multiple templates exist, ALWAYS show the complete list to the user and explicitly ASK them which one they want to use - DO NOT automatically choose a template without user confirmation. NOTE: To modify or delete templates, please use TapTap Developer Center (https://developer.taptap.cn).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (optional, default 1, starts from 1) | |
| app_id | No | App ID (optional, will be auto-filled from context or cache) | |
| page_size | No | Number of items per page (optional, default 10) | |
| developer_id | No | Developer ID (optional, will be auto-filled from context or cache) |