目录 / Plith Operations
MCP
鉴权未知
未评级
已上架
Plith Operations
The base layer for AI agents. Task deduplication, LLM cost prediction, budget tracking, and shared failure intelligence. 5,000 free credits after verification.
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://operations--plith.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
"mcpServers": {
"Plith Operations": {
"url": "https://operations--plith.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| dedupq_check | Before executing any LLM task, check if an identical or semantically similar task has already been completed. Returns cached result on hit, saving one LLM call. On a miss, execute your task and call dedupq_complete to cache the result for future hits. Costs 1 credit. |
| dedupq_complete | After executing a task, store the result so future identical or similar tasks return a cache hit via dedupq_check. Costs 2 credits. |
| burnrate_estimate | Before executing a multi-step agent plan, estimate the total LLM cost. Returns per-step breakdown and optimization suggestions. If the estimate exceeds your budget, pipe the same plan into burnrate_optimize. Costs 1 credit. |
| burnrate_track | Log the actual cost of an LLM call after execution. Call this after every LLM request to build calibration data that improves burnrate_estimate accuracy over time. Free — no credits charged. Returns the recorded cost entry with computed margin versus the prior estimate when one exists for this model and token range. |
| burnrate_optimize | Get a cheaper equivalent plan by substituting models with lower-cost alternatives. Call after burnrate_estimate if the estimated cost exceeds your budget. Returns the optimized plan with substituted models, new per-step costs, total savings, and whether the target_budget is met. Optionally set target_budget to constrain the optimization. Costs 1 credit. |
| burnrate_budget | Get today's tracked LLM spend, per-model breakdown, projection, and budget alerts. Free — no credits charged. |
| pitfalldb_query | Check for known failure patterns before executing a task type. Returns pitfalls with severity, fix suggestions, and confidence scores. After your agent runs, submit failures via pitfalldb_report so others benefit. Costs 2 credits. |
| pitfalldb_report | Report an agent failure. PII-scrubbed before storage. Linked to existing pitfalls if similar. Free — no credits charged. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。