Skip to main content
Glama

Strategic Flow MCP

Ask Strategic Flow

ask_strategic_flow

Ask Strategic Flow about email conversion, funnel friction, the Decision Friction Model methodology, or Strategic Flow Tech services.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyYesRequired API key from /api/mcp/claim-key.
questionYesYour question about email conversion, funnel friction, the Decision Friction Model methodology, or Strategic Flow Tech services.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / properties / api_key
      Added value: +{
      +  "description": "Required API key from /api/mcp/claim-key.",
      +  "minLength": 1,
      +  "type": "string"
      +}
    • changedInput schema / required
      Previous value: -[
      -  "question"
      -]New value: +[
      +  "api_key",
      +  "question"
      +]
  2. First observed

TDQS

B3.3/5.0
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. The description only lists topics; it does not state that this is a non-destructive query operation, what the response format is, how errors or unknown topics are handled, or that an api_key is required for invocation (auth is only discoverable in the schema property description). For a tool with zero annotation coverage, this is a notable gap.

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?

A single sentence with zero filler, front-loading the verb and resource before the topic enumeration. There is no redundancy or wasted wording; the description is appropriately terse for a simple query tool.

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?

For a simple two-parameter Q&A tool with no output schema and no annotations, the completeness bar is lower, and the description adequately covers what topics are in scope. However, it omits what constitutes a well-formed question, the expected response shape, and confirmation that this is a read-only operation. The api_key hint implies authentication needs but is not stated in the description itself.

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 baseline is 3. The description simply restates the topic list already present in the 'question' parameter description almost verbatim, adding no syntax, format, or quality guidance beyond the schema. The api_key parameter is fully documented in the schema. The description adds minimal value over the schema, so it sits at baseline.

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 uses a clear verb ('Ask') and a specific resource (Strategic Flow knowledge), and enumerates its topic domains: email conversion, funnel friction, Decision Friction Model, Strategic Flow Tech services. It informally distinguishes itself from the sibling audit_email by framing itself as a Q&A tool, though it doesn't explicitly name the alternative. Not a tautology and the scope is crisp.

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?

Usage is implied: agents should use this tool when they have questions about the listed domains. However, there is no explicit when-to-use versus alternative guidance, no exclusions, and no statement of what audit_email should be used for instead. For a tool with only one sibling, naming the trade-off would be meaningful, but the category difference (ask vs. audit) is partially inferable.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources