Get Iconfont Project Detail
iconfont_get_project_detailRetrieve detailed information about an Iconfont project, including icon count and font family, by providing its project ID.
Instructions
Get detailed information about a specific Iconfont project.
This tool retrieves project details including name, icon count, font family, etc. Results are cached for 5 minutes based on the project's update time to reduce API calls.
Args:
cookie (string, optional): The EGG_SESS_ICONFONT cookie from iconfont.cn. Can be used instead of setting environment variable.
pid (string, required): Project ID (can be obtained from iconfont_list_projects)
response_format ('markdown' | 'json', optional): Output format (default: markdown)
Returns: Project details including id, name, icon_count, font_family, created_at, updated_at
Examples:
Use when: "Get details of project 1997925" -> pid="1997925"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cookie | No | The EGG_SESS_ICONFONT cookie from iconfont.cn. Can be used instead of setting environment variable. | |
| pid | Yes | Project ID | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for 'machine-readable' | markdown |