get_share_template_info
Retrieve detailed information about a share template using its template code. Check audit status, view contents, and verify approval before implementation.
Instructions
PREREQUISITE: An app MUST be selected first. Before calling this tool, ensure an app is selected by calling get_current_app_info. IMPORTANT: If the template_code is not clear, call list_share_templates first, show the list to the user, and ASK them which template they want to query - DO NOT automatically select a template. Get detailed information about a specific share template by template_code. Use this to: 1) Check audit status before using template in client, 2) Get template_code details for tap.showShareboard() API, 3) View audit reason if rejected, 4) Verify template is approved (status=1) before implementation. Returns full template info including status, contents, remark, and audit_reason. NOTE: To modify or delete templates, please use TapTap Developer Center (https://developer.taptap.cn).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | No | App ID (optional, will be auto-filled from context or cache) | |
| developer_id | No | Developer ID (optional, will be auto-filled from context or cache) | |
| template_code | Yes | Template code (REQUIRED). This is the identifier returned by create_share_template. Used as templateId parameter in client-side tap.showShareboard({ templateId: "..." }) API. |