Skip to main content
Glama

DarkFunnels documentation

Submit documentation feedback

submit_feedback

Report a problem with this documentation site so the docs team can fix it. Use when a documentation page is incorrect, outdated, confusing, incomplete, or has a broken example. This is for feedback about the documentation content itself — not for product support requests or feedback about this tool or assistant.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesThe documentation page path the feedback is about (e.g., the page you were reading, such as `/quickstart`).
feedbackYesA clear description of the documentation issue or suggestion — what is incorrect, outdated, missing, or confusing.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.2/5.0
Behavior3/5

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

Annotations already indicate readOnlyHint=false, idempotentHint=false, and destructiveHint=false, so the basic behavioral profile is covered. The description adds that feedback goes to the docs team and is for fixing the documentation, but does not disclose what happens after submission, such as confirmation or duplicate behavior. This is a minor gap given 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 three sentences with no wasted wording. The primary action and target are front-loaded, followed by concrete usage examples and exclusions. Every sentence contributes to correct agent behavior.

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

Completeness4/5

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

For a simple two-parameter tool with 100% schema coverage and no output schema, the description is nearly complete. It covers purpose, when to use, and what not to use it for. The only missing element is any statement about the response or post-submission behavior, but this is not critical for selecting and invoking the tool.

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 covers 100% of the parameters with clear descriptions for both path and feedback. The tool description adds no additional parameter meaning, so the baseline score of 3 applies; the schema already carries the semantic weight.

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 opens with a specific verb and resource: 'Report a problem with this documentation site.' It clearly scopes the tool to documentation content issues and explicitly contrasts it with product support and feedback about the tool or assistant, which differentiates it from the sibling query/search tools.

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

Usage Guidelines5/5

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

The description provides explicit when-to-use conditions: 'Use when a documentation page is incorrect, outdated, confusing, incomplete, or has a broken example.' It also names exclusions, saying it is not for product support requests or feedback about the tool/assistant, giving an agent clear routing guidance.

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.

TDQS

A4.3/5.0
Disambiguation4/5

The search and filesystem query tools have overlapping search capabilities, but the descriptions clearly delineate use cases: search for broad/conceptual queries, filesystem for exact keyword matching, structural exploration, and reading full pages. Feedback is completely distinct.

Naming Consistency3/5

All tools start with imperative verbs, but the naming is inconsistent: one tool has a long, suffixed name (query_docs_filesystem_dark_funnels), another is short with the server suffix (search_dark_funnels), and the third is a plain verb_noun (submit_feedback). The pattern is readable but not uniform.

Tool Count4/5

Three tools is slightly minimal but appropriate for a documentation server: search, read/query, and feedback cover the essential needs. The count feels reasonable if somewhat lean.

Completeness5/5

The tool set fully covers the documentation domain: finding relevant pages, reading full content, exploring structure, and submitting feedback about errors. There are no obvious dead ends or missing core operations.