Skip to main content
Glama
contextstream

ContextStream MCP Server

Help

help
Read-onlyIdempotent

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
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.
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=false, covering safety and idempotency. The description adds minimal behavioral context beyond this, such as mentioning 'install hooks for real-time file indexing' for editor_rules, but doesn't detail side effects, rate limits, or authentication needs. No contradiction with annotations exists.

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

Conciseness3/5

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

The description is front-loaded with 'Utility and help' but becomes a dense list of actions without prioritization or grouping. While concise, the list format may overwhelm; structuring (e.g., grouping by query vs. configuration actions) could improve clarity. Every sentence earns its place, but the presentation is suboptimal.

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

Completeness3/5

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

Given the tool's complexity (16 parameters, no output schema) and rich annotations, the description is minimally adequate. It covers the tool's scope via action listing but lacks details on return values, error handling, or prerequisites (e.g., 'team_status' requires team plans). With no output schema, more guidance on expected results would be beneficial.

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?

Schema description coverage is 100%, so parameters are well-documented in the schema itself. The description adds no parameter-specific semantics beyond listing action names, which are already in the enum. It doesn't explain how parameters like 'format' or 'dry_run' interact with actions, leaving the schema to carry the full burden.

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

Purpose4/5

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

The description clearly states this is a utility/help tool and enumerates specific actions (tools, auth, version, etc.), making the purpose evident. It distinguishes itself from siblings by focusing on system/help operations rather than domain-specific functions like 'graph', 'memory', or 'search'. However, it doesn't explicitly contrast with similar-sounding siblings like 'context' or 'generate_rules'.

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

Usage Guidelines3/5

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

The description implies usage by listing actions, suggesting this tool is for system-level queries and configuration. However, it provides no explicit guidance on when to choose this over alternatives (e.g., 'generate_rules' vs. 'editor_rules' action, or 'context' for general context). The agent must infer usage from the action list alone.

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