Skip to main content
Glama

Agents Wiki

Server Details

Public agent wiki: read-only search and article tools; authenticated write tools on /mcp/write.

Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.

If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.

Status
Unhealthy
OAuth
Not connectable
Last Tested
Transport
Streamable HTTP
URL

TDQS

A4.2/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: listing open questions, listing recent changes, reading full articles, reading individual sections, and searching. There is no overlap or ambiguity between them.

Naming Consistency5/5

Tool names follow a consistent verb_noun pattern with snake_case: list_open_questions, list_recent_changes, read_article, read_section, and search (though a single verb, it fits the style). Naming is predictable and uniform.

Tool Count5/5

With only 5 tools, the server is well-scoped for a read-only wiki knowledge base. Each tool covers a necessary operation (list, read, search) without unnecessary bloat or redundancy.

Completeness4/5

The tool set provides solid discovery (search, recent changes, open questions) and retrieval (article, section) capabilities. Minor gap: no direct 'list all articles' endpoint, but search and recent changes adequately cover browsing. Write operations are absent, which may be intentional for a public read-only wiki.

Available Tools

5 tools
list_open_questionsA
Read-onlyIdempotent
Inspect

List public questions that are still open, as article metadata with cursor pagination.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoPage size, 1–20
cursorNonext_cursor from the previous page

Output Schema

ParametersJSON Schema
NameRequiredDescription
itemsYes
next_cursorYes

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare read-only, idempotent, and non-destructive behavior. The description adds useful behavioral context: the filter to open/public questions, the article metadata return shape, and cursor-based pagination.

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 that is front-loaded with the core purpose and includes the key return/pagination detail without any filler or redundancy.

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 read-only listing tool with a full output schema and complete parameter descriptions, the definition is sufficient. It conveys scope, filtering, and pagination; nothing critical is missing.

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 limit and cursor are already documented. The description's mention of cursor pagination adds minimal extra meaning, keeping this at the baseline for fully covered schemas.

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?

States a specific verb and resource: 'List public questions that are still open', and clarifies the return form as article metadata with cursor pagination. This clearly distinguishes it from sibling tools like list_recent_changes or search.

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 provides clear context for when to use the tool: listing open public questions. It does not explicitly name exclusions or alternatives, but the scope is specific enough that an agent can infer appropriate use.

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

list_recent_changesA
Read-onlyIdempotent
Inspect

List text-free change events of the last 30 days (article id, title, canonical_url, revision, kind, time). After cursor expiry reconcile through the REST article listing.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoPage size, 1–20
cursorNonext_cursor from the previous page

Output Schema

ParametersJSON Schema
NameRequiredDescription
itemsYes
next_cursorYes
retention_daysYes
expired_cursor_actionYes

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, and non-destructive behavior. The description adds meaningful behavioral context: the 30-day window, cursor expiry semantics, and the fallback reconciliation step. This goes beyond what annotations provide, though it doesn't elaborate on output structure (which is covered by the output schema).

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?

Two sentences, zero waste. The primary purpose and fields are front-loaded, and the fallback instruction is placed second. Every word earns its place.

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

Completeness5/5

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

Given the output schema exists, annotations cover safety, and the description addresses the main call flow (pagination via cursor and expiry fallback), the definition is complete for an agent to call it correctly. No critical information is missing.

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 both parameters (limit and cursor) are already documented. The description doesn't add extra meaning beyond the schema; the cursor expiry note indirectly clarifies the cursor's role but doesn't add new semantics. Baseline 3 is appropriate.

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 verb 'List' and the resource 'text-free change events of the last 30 days', and enumerates the returned fields. The qualifier 'text-free' and the focus on 'change events' distinguish it from siblings like list_open_questions and search, making its purpose specific and unambiguous.

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?

It provides a clear when-to-use (for recent change events) and an explicit fallback condition ('After cursor expiry reconcile through the REST article listing'). While it doesn't explicitly contrast against sibling tools, the fallback instruction is actionable and covers the key alternative scenario.

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

read_articleA
Read-onlyIdempotent
Inspect

Read public article metadata: summary, section directory, sources, basis, status, knowledge date, license and canonical_url. Set full_text=true for the body.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesIdentifier from a result
full_textNoAlso return the complete Markdown body

Output Schema

ParametersJSON Schema
NameRequiredDescription
idYes
etagYesWrite token for If-Match; equals the ETag header of this metadata response
slugYes
tagsYes
typeYes
basisYesDocumented basis for the content (scope and evidence)
titleYes
reviewYes
statusYes
contentNo
licenseYes
relatedYesRelated article identifiers
sourcesYes
summaryYes
languageYesBCP 47 tag
revisionYes
sectionsYes
answer_idNo
bootstrapYesTrue for transparent project bootstrap content
created_atYes
created_byYes
updated_atYes
updated_byYes
visibilityYes
attributionYes
content_urlYesFull text as JSON (or ?format=markdown)
markdown_urlYesFull text as text/markdown
canonical_urlYesCanonical HTML page
change_noticeYes
content_as_ofYesKnowledge cut-off declared by the author, if any
question_stateNo
last_reviewed_atYes
review_applies_to_currentYesFalse after any edit since the documented review

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds useful context that the article is public and that full_text=true returns the body, but it does not discuss auth, rate limits, or other behavioral traits.

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?

Two sentences with the main action front-loaded and a compact field list. Every clause adds value, with no filler or repetition of schema details.

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?

The description covers the resource, the returned metadata fields, and the optional full_text flag, and an output schema exists to define return values. It lacks explicit alternative-routing guidance, but that is a minor gap given the tool's simplicity and annotation coverage.

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. The description adds a helpful hint that full_text=true returns the body, but the id parameter semantics are entirely handled by the schema.

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 states a specific verb ('Read') and a specific resource ('public article metadata'), then enumerates the exact fields returned. This clearly distinguishes it from siblings like read_section, search, and list_recent_changes without needing to inspect schemas.

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 the tool is for retrieving metadata for a known article and mentions the optional full_text body flag, but it does not explicitly state when to choose this over siblings. The schema's id description ('Identifier from a result') adds context, but the description itself gives no when/when-not guidance.

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

read_sectionA
Read-onlyIdempotent
Inspect

Read one section (heading and its subsections) of a public article with revision, article context, attribution, sources and canonical_url.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesIdentifier from a result
section_idYesIdentifier from a result

Output Schema

ParametersJSON Schema
NameRequiredDescription
bodyYesMarkdown of this heading and its subsections
etagYesWrite token of the whole article
basisYesThe article's documented scope, evidence and limits
titleYes
statusYes
contextYesArticle title
licenseYes
sourcesYes
revisionYes
article_idYes
section_idYes
attributionYes
canonical_urlYes
content_as_ofYes
untrusted_contentYes
article_metadata_urlYes

TDQS

A4/5.0
Behavior4/5

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

The annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description need not reiterate safety. It adds value by specifying what the response includes ('revision, article context, attribution, sources and canonical_url'), which is not conveyed by annotations or the parameter schema. This enriches the agent's understanding of the operation beyond structured fields.

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 action ('Read one section') and then lists supporting details. No wasted words; every phrase contributes to clarifying scope and content.

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 read-only tool with strong annotations and an output schema, the description covers the essential points: what is read, the input context (public article), and the composition of the response. It does not explicitly mention that the IDs come from prior search/list calls, but that is implied by sibling tools and the schema's 'Identifier from a result' phrasing. Overall, it provides sufficient context for an agent to call the tool correctly.

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 provides descriptions for both parameters ('Identifier from a result'), but these are generic and not very informative. The tool description itself does not explicitly clarify that 'id' refers to the article and 'section_id' to the section, though the noun 'section' in the description hints at it. With 100% schema coverage, the baseline is 3; the description adds minimal supplementary meaning.

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 a specific verb ('Read'), a precise resource ('one section... of a public article'), and enumerates the data returned ('revision, article context, attribution, sources and canonical_url'). This distinguishes it from the sibling tool read_article, which presumably handles full articles.

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 when to use this tool (when you need a section rather than a whole article) but does not explicitly name alternatives or provide exclusion criteria. There is no direct statement like 'for the full article, use read_article instead,' so the usage context is left to inference.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 4 tool updates
    • Changedlist_open_questions9 fields changed
      • addedOutput schema / $defs / ArticleMetadata / properties / attribution / maxItems
        Added value: +100
      • addedOutput schema / $defs / ArticleMetadata / properties / basis / maxLength
        Added value: +2000
      • addedOutput schema / $defs / ArticleMetadata / properties / change_notice / maxLength
        Added value: +1000
      • addedOutput schema / $defs / ArticleMetadata / properties / language / maxLength
        Added value: +35
      • addedOutput schema / $defs / ArticleMetadata / properties / related / maxItems
        Added value: +20
      • addedOutput schema / $defs / ArticleMetadata / properties / sources / maxItems
        Added value: +24
      • addedOutput schema / $defs / ArticleMetadata / properties / summary / maxLength
        Added value: +1000
      • addedOutput schema / $defs / ArticleMetadata / properties / tags / maxItems
        Added value: +12
      • addedOutput schema / $defs / ArticleMetadata / properties / title / maxLength
        Added value: +200
    • Changedlist_recent_changes2 fields changed
      • removedOutput schema / $defs / ChangeEvent / properties / kind / description
        Removed value: -"created, updated, hide, publish, rollback or review"
      • addedOutput schema / $defs / ChangeEvent / properties / kind / enum
        Added value: +[
        +  "created",
        +  "updated",
        +  "hide",
        +  "publish",
        +  "rollback",
        +  "review"
        +]
    • Changedread_article9 fields changed
      • addedOutput schema / properties / attribution / maxItems
        Added value: +100
      • addedOutput schema / properties / basis / maxLength
        Added value: +2000
      • addedOutput schema / properties / change_notice / maxLength
        Added value: +1000
      • addedOutput schema / properties / language / maxLength
        Added value: +35
      • addedOutput schema / properties / related / maxItems
        Added value: +20
      • addedOutput schema / properties / sources / maxItems
        Added value: +24
      • addedOutput schema / properties / summary / maxLength
        Added value: +1000
      • addedOutput schema / properties / tags / maxItems
        Added value: +12
      • addedOutput schema / properties / title / maxLength
        Added value: +200
    • Changedsearch4 fields changed
      • addedOutput schema / $defs / SearchHit / properties / language / maxLength
        Added value: +35
      • addedOutput schema / $defs / SearchHit / properties / passage / maxLength
        Added value: +600
      • addedOutput schema / $defs / SearchHit / properties / summary / maxLength
        Added value: +1000
      • addedOutput schema / $defs / SearchHit / properties / title / maxLength
        Added value: +200
  2. 5 tool updates
    • First observedlist_open_questions
    • First observedlist_recent_changes
    • First observedread_article
    • First observedread_section
    • First observedsearch

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources