Skip to main content
Glama
contextstream

ContextStream MCP Server

Help

help
Read-onlyIdempotent

Manage server utilities: list tools, check auth and version, generate editor rules with hooks, enable tool bundles, and view team subscription info.

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
NameRequiredDescriptionDefault
actionYesAction to perform
formatNoInput parameter: format.
categoryNoInput parameter: category.
folder_pathNoAbsolute path to the local folder.
editorsNoInput parameter: editors.
modeNoInput parameter: mode.
dry_runNoInput parameter: dry run.
workspace_idNoWorkspace ID (UUID).
workspace_nameNoInput parameter: workspace name.
project_nameNoInput parameter: project name.
additional_rulesNoInput parameter: additional rules.
install_hooksNoInstall Claude Code hooks (PreToolUse, UserPromptSubmit, PostToolUse). Default: true for Claude users.
include_pre_compactNoInclude PreCompact hook for auto-saving state before compaction. Default: true.
include_post_writeNoInclude PostToolUse hook for real-time file indexing after Edit/Write operations. Default: true.
bundleNoInput parameter: bundle.
list_bundlesNoInput parameter: list bundles.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description explains the behavioral context of each action beyond the annotations (readOnlyHint, destructiveHint, idempotentHint). It discloses that actions like 'editor_rules' generate files and install hooks, and 'enable_bundle' modifies tool state, aligning with the idempotent and non-destructive hints.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single efficient sentence that starts with the core purpose and lists actions. It is front-loaded but could benefit from breaking down actions for better readability.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity of 16 parameters and multiple actions, the description is insufficient. It lacks details on which parameters apply to which actions, expected outputs, and usage examples. The absence of an output schema further limits completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% description coverage for parameters, so the baseline is 3. The description does not add additional meaning beyond the schema; it only lists actions without detailing parameter usage for each.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states 'Utility and help' and enumerates distinct actions (tools, auth, version, etc.), making the tool's purpose clear and differentiating it from sibling tools that are more specialized.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description lists actions with brief explanations, implying when to use each (e.g., 'tools' for listing available tools, 'auth' for current user). However, it does not explicitly state when not to use this tool or provide alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/contextstream/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server