Skip to main content
Glama
koorosh-alt

ContextBuilder (ctx)

by koorosh-alt

Server Quality Checklist

58%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v0.1.0

  • Disambiguation5/5

    Each tool has a clearly distinct purpose: get.app_state_summary retrieves status metadata, get.provenance provides source tracking, pull.context_slice fetches targeted content, push.starter_context delivers initial context, and refresh.app_sources rebuilds the underlying data. There is no functional overlap or ambiguity between these operations.

    Naming Consistency5/5

    All tools follow a consistent verb.object pattern with dot notation (e.g., get.app_state_summary, pull.context_slice). The naming is uniform across all five tools, using clear action verbs (get, pull, push, refresh) paired with descriptive nouns.

    Tool Count5/5

    With 5 tools, this server is well-scoped for context management. Each tool serves a specific role in the lifecycle (retrieval, delivery, refresh), and there are no extraneous or missing tools for the apparent domain of building and managing application context.

    Completeness5/5

    The tool set provides complete coverage for context lifecycle operations: retrieving state and provenance (get), pulling targeted slices (pull), pushing starter bundles (push), and refreshing sources (refresh). This covers core workflows from initialization to updates without obvious gaps.

  • Average 3/5 across 5 of 5 tools scored.

    See the Tool Scores section below for per-tool breakdowns.

  • Add a LICENSE file by following GitHub's guide. Once GitHub recognizes the license, the system will automatically detect it within a few hours.

    If the license does not appear after some time, you can manually trigger a new scan using the MCP server admin interface.

    MCP servers without a LICENSE cannot be installed.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • Add a glama.json file to provide metadata about your server.

  • If you are the author, simply .

    If the server belongs to an organization, first add glama.json to the root of your repository:

    {
      "$schema": "https://glama.ai/mcp/schemas/server.json",
      "maintainers": [
        "your-github-username"
      ]
    }

    Then . Browse examples.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior2/5

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

    With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions 'graph-based retrieval and observation masking', which hints at technical implementation but doesn't clarify behavioral traits like whether this is a read-only operation, potential side effects, performance characteristics, or error handling. For a tool with 9 parameters and no annotations, this leaves significant gaps in understanding how it behaves.

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

    Conciseness5/5

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

    The description is a single, efficient sentence that front-loads the core purpose. Every word earns its place: 'Pull' (action), 'targeted context slice' (resource), 'for an app' (scope), 'based on intent, budget, and required sections' (key parameters), and 'Uses graph-based retrieval and observation masking' (implementation hint). No wasted words.

    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 tool's complexity (9 parameters, nested objects, no output schema, and no annotations), the description is inadequate. It doesn't explain what a 'context slice' actually contains, how the graph-based retrieval works, what 'observation masking' means, or what the output looks like. For a sophisticated retrieval tool with multiple constraints and no structured output documentation, users need more context to use it effectively.

    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 high (89%), so the baseline is 3. The description adds minimal value beyond the schema by mentioning 'intent, budget, and required sections' in the purpose statement, but doesn't provide additional context about parameter interactions, typical values, or usage examples. It doesn't compensate for the 11% gap in schema coverage.

    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 the action ('Pull a targeted context slice') and resource ('for an app'), specifying it's based on intent, budget, and required sections. It distinguishes from siblings by mentioning graph-based retrieval and observation masking, which none of the sibling tools reference. However, it doesn't explicitly differentiate from all siblings (e.g., vs 'ctx.get.app_state_summary').

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

    Usage Guidelines2/5

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

    The description provides no guidance on when to use this tool versus alternatives like 'ctx.get.app_state_summary' or 'ctx.get.provenance'. It mentions the parameters (intent, budget, sections) but doesn't explain the appropriate contexts or scenarios for choosing this tool over others. No exclusions or prerequisites are stated.

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

  • Behavior2/5

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

    With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions the tool 'returns' specific content (product overview, etc.), which hints at a read-like operation, but doesn't clarify if this is a mutation (pushing data) or a query, nor does it address permissions, rate limits, or side effects. The term 'push' suggests an action that might affect state, but this isn't elaborated, leaving behavioral traits unclear.

    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 appropriately sized and front-loaded, stating the core action and return values in a single, efficient sentence. Every part earns its place by specifying what is pushed and what is returned, with no redundant information. It could be slightly more structured by separating purpose from outputs, but it remains clear and concise.

    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 (2 parameters, no output schema, no annotations), the description is moderately complete. It covers the purpose and outputs but lacks details on behavioral aspects, usage context, and parameter significance. Without annotations or output schema, more information on side effects or return format would be beneficial, making it adequate but with clear gaps for a tool that involves 'pushing' context.

    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 the schema already documents both parameters ('app_key' with enum values and 'target_agent_ids'). The description adds no additional meaning beyond what the schema provides—it doesn't explain the significance of the 'app_key' choices or how 'target_agent_ids' are used. Baseline 3 is appropriate as the schema handles the heavy lifting, but the description doesn't compensate with extra insights.

    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 the tool's purpose: 'Push a compact starter context bundle for an app' with specific outputs (product overview, key concepts, constraints, navigation map). It distinguishes from siblings like 'ctx.get.app_state_summary' (which retrieves state) and 'ctx.pull.context_slice' (which pulls slices) by emphasizing pushing a starter bundle. However, it doesn't explicitly contrast with all siblings (e.g., 'ctx.refresh.app_sources'), keeping it from a perfect score.

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

    Usage Guidelines2/5

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

    The description provides no guidance on when to use this tool versus alternatives. It doesn't mention when this starter context is needed (e.g., initial setup, onboarding) or when other tools like 'ctx.get.app_state_summary' or 'ctx.pull.context_slice' might be more appropriate. Usage is implied by the action 'push' but lacks explicit context or exclusions.

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

  • Behavior2/5

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

    No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions 'refresh and rebuild' and 'force full rebuild', implying a mutation operation that could be resource-intensive or have side effects, but it fails to detail critical aspects like required permissions, rate limits, potential data loss, or response format. This is a significant gap for a tool with no annotation coverage.

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

    Conciseness5/5

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

    The description is highly concise and front-loaded, using a single sentence that efficiently conveys the core action and key steps without unnecessary words. Every part of the sentence earns its place by specifying the operation and its components, making it easy to parse quickly.

    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 a tool that rebuilds app context state and graphs, with no annotations and no output schema, the description is insufficient. It omits crucial details like what 'structured content' entails, how the graph is built, error handling, or the return value. This leaves significant gaps for an agent to understand the tool's full behavior and outcomes.

    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 the schema already documents all parameters. The description does not add any semantic details beyond the schema, such as explaining the implications of 'force' or 'idempotency_key' in the context of refreshing app sources. With high schema coverage, the baseline score of 3 is appropriate, as the description does not compensate but also does not detract.

    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 the action ('Refresh and rebuild') and the target ('app context state + graph for a given app'), with specific details about fetching web sources and building a graph. However, it does not explicitly distinguish this from sibling tools like 'ctx.get.app_state_summary' or 'ctx.pull.context_slice', which might involve similar app context operations, leaving some ambiguity in differentiation.

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

    Usage Guidelines2/5

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

    The description provides no guidance on when to use this tool versus alternatives. It lacks context on prerequisites, such as whether the app must be pre-configured, or exclusions, like when to use 'ctx.get.app_state_summary' for read-only checks instead. This absence of usage context leaves the agent without clear direction.

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

  • Behavior2/5

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

    No annotations are provided, so the description carries the full burden of behavioral disclosure. While it indicates this is a read operation ('Get'), it doesn't specify whether it requires authentication, has rate limits, returns real-time or cached data, or what happens on errors. For a tool with no annotation coverage, this leaves significant behavioral gaps.

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

    Conciseness5/5

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

    The description is a single, efficient sentence that directly states the tool's purpose and lists key components. It's front-loaded with the core action and resource, with no unnecessary words or redundant information. Every element earns its place.

    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 moderate complexity (single parameter, no output schema, no annotations), the description is minimally adequate. It covers what the tool returns at a high level but lacks details on behavioral traits, error handling, or output format. Without annotations or an output schema, more context would be helpful for safe invocation.

    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 schema description coverage is 100%, with the single parameter 'app_key' fully documented in the schema (including its enum values). The description doesn't add any parameter-specific information beyond what the schema provides, such as explaining the significance of different app keys. With high schema coverage, the baseline score of 3 is appropriate.

    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 the tool's purpose with the verb 'Get' and specifies the resource as 'a high-level summary of app context state'. It lists specific components included (refresh status, available sections, graph stats), making the purpose concrete. However, it doesn't explicitly differentiate this tool from its siblings like 'ctx.get.provenance' or 'ctx.pull.context_slice'.

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

    Usage Guidelines2/5

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

    The description provides no guidance on when to use this tool versus alternatives. There's no mention of prerequisites, appropriate scenarios, or comparison to sibling tools like 'ctx.get.provenance' or 'ctx.pull.context_slice'. The agent must infer usage from the tool name and description alone.

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

  • Behavior2/5

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

    No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions the return content but does not cover critical aspects like whether this is a read-only operation, potential rate limits, authentication needs, error conditions, or data format. For a tool with no annotations, this leaves significant gaps in understanding its behavior.

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

    Conciseness5/5

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

    The description is a single, efficient sentence that front-loads the purpose and return value with zero wasted words. It is appropriately sized for the tool's complexity, making it easy for an agent to parse quickly.

    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 lack of annotations and output schema, the description is incomplete. It covers the purpose and return types but omits behavioral details like safety, performance, or error handling. For a tool with no structured metadata, this leaves the agent under-informed about how to interact with it effectively.

    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%, with both parameters well-documented in the schema (app_key as an app identifier with enum values, artifact_id as a bundle or slice ID). The description adds no additional parameter semantics beyond what the schema provides, such as examples or contextual usage, so it meets the baseline for high schema coverage.

    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 clearly states the specific action ('Get provenance details') and resource ('for a delivered context bundle or slice'), distinguishing it from sibling tools like ctx.get.app_state_summary or ctx.pull.context_slice by focusing on provenance rather than state or content retrieval. It explicitly mentions what is returned ('source snapshot references and statement-level provenance'), making the purpose unambiguous.

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

    Usage Guidelines2/5

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

    The description provides no guidance on when to use this tool versus alternatives, such as ctx.get.app_state_summary for app-level summaries or ctx.pull.context_slice for content retrieval. It lacks context about prerequisites, typical use cases, or exclusions, leaving the agent to infer usage based on the purpose alone.

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

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

hengam-context-builder MCP server

Copy to your README.md:

Score Badge

hengam-context-builder MCP server

Copy to your README.md:

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/koorosh-alt/hengam-context-builder'

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