plan_context_footprint
Estimate MCP schema and feedback-context footprint before loading large manifests into agent prompts. Reports progressive-discovery savings, context compaction savings, and proof-preserving recommendations.
Instructions
Estimate MCP schema and feedback-context footprint before loading large manifests into an agent prompt. Reports progressive-discovery savings, context compaction savings, and proof-preserving recommendations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entries | No | Optional feedback/context entries to compact and measure. | |
| anchors | No | Optional entries that must survive compaction. | |
| schemaUrlTemplate | No | Template for progressive MCP tool schema URLs, using {name}. | |
| targetReduction | No | Target footprint reduction as a ratio or percentage. Default: 0.22. | |
| windowSize | No | Feedback compaction recency window. | |
| perEntryMaxChars | No | Maximum characters retained per large feedback field. | |
| totalMaxChars | No | Optional total character budget for compacted feedback entries. |