Claude
faf_estimate_tokens
Estimate token count for arbitrary content via the Zig WASM engine. Sub-millisecond, zero allocations. Useful for context-budget planning.
Remote wolfe-jam/claude-faf-mcp
Remote (network-hosted)
Other tools also called faf_estimate_tokens?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"content": {
"type": "string",
"description": "Content to estimate tokens for."
}
}
}