II.
Tool JSON
Structured · livetool:imptokens
imptokens json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:imptokens",
"_kind": "Tool",
"_file": "domain/tools/tools-agent-skills.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "imptokens",
"homepageUrl": "https://github.com/anthropics/imptokens",
"kind": "other",
"description": "Compress input tokens to save time and money in AI agent sessions.\nDetects ghost tokens — invisible or redundant tokens consuming context\nbudget without contributing meaning — and strips or collapses them.\nReduces effective prompt size while preserving semantic content,\nlowering per-request cost and extending available context for long\nagent runs.\n"
},
"outgoingEdges": [
{
"from": "tool:imptokens",
"to": "skill-area:context-management",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:imptokens",
"to": "skill-area:embedding-optimization",
"kind": "tool_used_by",
"attributes": {}
}
],
"incomingEdges": []
}