help
Access server utilities including tool listings, authentication details, version information, editor rule generation, bundle activation, and team subscription status for the ContextStream MCP Server.
Instructions
Utility and help. Actions: tools (list available tools), auth (current user), version (server version), editor_rules (generate AI editor rules and install hooks for real-time file indexing), enable_bundle (enable tool bundle in progressive mode), team_status (team subscription info - team plans only).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| format | No | Input parameter: format. | |
| category | No | Input parameter: category. | |
| folder_path | No | Absolute path to the local folder. | |
| editors | No | Input parameter: editors. | |
| mode | No | Input parameter: mode. | |
| dry_run | No | Input parameter: dry run. | |
| workspace_id | No | Workspace ID (UUID). | |
| workspace_name | No | Input parameter: workspace name. | |
| project_name | No | Input parameter: project name. | |
| additional_rules | No | Input parameter: additional rules. | |
| install_hooks | No | Install Claude Code hooks (PreToolUse, UserPromptSubmit, PostToolUse). Default: true for Claude users. | |
| include_pre_compact | No | Include PreCompact hook for auto-saving state before compaction. Default: true. | |
| include_post_write | No | Include PostToolUse hook for real-time file indexing after Edit/Write operations. Default: true. | |
| bundle | No | Input parameter: bundle. | |
| list_bundles | No | Input parameter: list bundles. |