goofish-cli
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| auth_loginC | 导入登录态(默认从本机浏览器 auto-detect;支持 Chrome/Edge/Brave/Safari/Firefox 等) |
| auth_reset_guardA | 手动解除风控熔断状态 |
| auth_statusA | 检查登录态是否有效,返回 unb / tracknick / 昵称 |
| category_recommendA | AI 识别商品类目,输入标题+图片返回 catId/catName |
| item_deleteB | 下架/删除商品(写操作,受限流和风控护栏保护) |
| item_getB | 查询闲鱼商品详情(只读) |
| item_listC | 查看当前账号的在售商品(API 直签) |
| location_defaultB | 获取账号默认发布地址 |
| media_uploadB | 上传图片到闲鱼 CDN,返回图片 URL + 尺寸 |
| item_publishB | 发布商品(自动识别类目 + 默认地址),价格单位元 |
| item_viewA | 浏览器视角查看商品详情(字段比 item get 更全,抗风控) |
| message_historyA | 拉取指定 cid 会话的历史消息(翻页到底) |
| message_list_chatsA | 拉取会话列表(左栏):session.sync 基线 + 可选 WS 增量补 cid |
| message_sendC | 向会话发送消息(text/image)。text 必填,image 走 url+wh |
| message_watchA | 常驻 IM 长连接,下行事件以 JSONL 输出到 stdout(Ctrl-C 退出) |
| search_itemsB | 搜索闲鱼商品(浏览器路径,抗风控) |
| skills_installA | 把内置 Claude Skills 复制到 ~/.claude/skills/(或 --dest 指定目录) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 17 tools
Most tools are clearly distinct by resource and action, but item_get and item_view both retrieve item details with overlapping purposes. The descriptions clarify the difference (API vs browser, field richness), so ambiguity is limited.
Tool names are mostly lowercase snake_case following a resource_action pattern (item_publish, message_send). However, a few names like search_items, skills_install, location_default, and message_list_chats deviate from the pattern, creating minor inconsistency.
At 17 tools, the set is slightly heavy but still well-scoped for the dual domains of item management and messaging. Each tool addresses a distinct function, and none feel redundant or extraneous.
The tool surface covers auth, item publishing, listing, detail view, search, delete, and messaging workflows. A notable gap is the lack of an item update/edit tool, but the core lifecycle is otherwise present.