Skip to main content
Glama

Topology Index

Server Details

Read-only reference for choosing multi-agent LLM topologies: patterns, aliases, sources, starters.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL

TDQS

A4.1/5.0

Scored across 5 tools

Disambiguation4/5

Each tool has a reasonably distinct role: fetch is generic raw page access, get_pattern is semantic pattern lookup, list_patterns and list_starters are catalogue views, and search is discovery. There is some overlap between fetch and get_pattern when retrieving a pattern page by path, but the descriptions clarify the intended use.

Naming Consistency4/5

Names are all lowercase and mostly follow a verb_noun pattern (get_pattern, list_patterns, list_starters). The bare verbs fetch and search are minor deviations, but they are still predictable and do not mix naming styles.

Tool Count5/5

Five tools is well-scoped for a focused read-only knowledge index: generic access, specific pattern lookup, catalogue views, starter listings, and search. Each tool adds distinct capability without redundancy.

Completeness5/5

For a read-only documentation and pattern index, the surface is complete: direct page fetching, individual pattern retrieval, pattern catalogue browsing, starter formation listing, and full-text search. There are no obvious dead ends, and fetch can reach any public page not covered by the specialized tools.

Available Tools

5 tools
fetchFetch a public pageA
Read-onlyIdempotent
Inspect

Returns the Markdown document of any public page, exactly as HTTP serves it, from a root-relative path (/patterns/supervisor.md) or a https://topologyindex.com URL. Private tenant routes are not reachable here.

ParametersJSON Schema
NameRequiredDescriptionDefault
path_or_urlYesA path such as /patterns/index.md, or https://topologyindex.com/patterns/index.md.

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already indicate the operation is read-only and idempotent, so the description does not need to repeat that. It adds valuable behavioral context by stating the result is 'exactly as HTTP serves it' and that private tenant routes are excluded, which clarifies scope and fidelity beyond what annotations convey.

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 two sentences with no filler. The core behavior is front-loaded in the first sentence, and the key scope limitation is stated concisely in the second.

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?

For a simple one-parameter fetch tool, the description covers what is returned, the accepted input forms, and the access boundary. Since the return format is explicitly stated as a Markdown document and the input schema is fully documented, the agent has enough information to invoke 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 already provides 100% coverage for the single parameter, including a clear description and examples. The tool description reiterates the path/URL distinction and adds a concrete example, but it does not materially extend the meaning beyond the schema.

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 function: it returns the Markdown document of a public page from a root-relative path or absolute URL. It is specific about the resource and operation, but it does not explicitly distinguish itself from sibling tools like get_pattern, which may also fetch a specific document.

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 gives clear context about what can be fetched ('any public page') and notes a limitation ('Private tenant routes are not reachable here'). However, it provides no explicit guidance on when to prefer this tool over siblings such as get_pattern or search, leaving that inference to the agent.

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

get_patternGet a patternA
Read-onlyIdempotent
Inspect

One pattern page (/patterns/{pattern}.md): definition, aliases, when it is hypothesised to fit, failure modes, sources and whether this deployment can execute it. Accepts a pattern identifier or a known alias.

ParametersJSON Schema
NameRequiredDescriptionDefault
patternYesA pattern identifier such as supervisor, or an alias such as orchestrator-worker.

TDQS

A4/5.0
Behavior4/5

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

Annotations already indicate read-only, idempotent, and non-destructive behavior. The description adds meaningful behavioral context beyond annotations by stating the page reports 'whether this deployment can execute it', which is a useful runtime capability check.

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 dense sentence efficiently conveys the tool's purpose, resource path, and content scope. No redundant phrasing or filler; every clause contributes essential information.

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 single-parameter tool with no output schema, the description adequately covers the return content and the key deployment-execution flag. It could be more complete by explicitly naming alternatives for usage routing, but that falls under usage guidelines.

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 coverage is 100% and the schema already describes the pattern parameter with examples. The description's mention of 'identifier or alias' closely mirrors the schema, adding little new semantic value beyond what the schema provides.

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 explicitly states the tool retrieves a single pattern page, identifies the resource format (/patterns/{pattern}.md), and lists the page's content (definition, aliases, fit hypotheses, failure modes, sources, deployability). This clearly distinguishes it from listing or searching tools.

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 it is for fetching a specific pattern by identifier or alias, but it does not explicitly contrast this with siblings like list_patterns or search. No when-not-to-use guidance or alternative suggestions are provided.

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

list_patternsList patternsA
Read-onlyIdempotent
Inspect

The pattern catalogue and decision guide (/patterns/index.md). With a family, only that family’s section of the same page.

ParametersJSON Schema
NameRequiredDescriptionDefault
familyNoRestrict the list to one pattern family.

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior. The description adds meaningful context by revealing that the result is a documentation page/section rather than a structured list, and that family restricts to only that family's section of the same page. No contradiction with annotations.

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 two sentences and about 20 words, with the core resource identified first and the family-filtering behavior immediately after. Every phrase earns its place; there is no repetition or filler.

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?

Given the tool's low complexity, one optional parameter, and strong annotations, the description is nearly complete. It specifies the source page and the effect of the family parameter, though it does not describe the return format beyond calling it a page; this is a minor gap for a simple read-only listing 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 only parameter, family, is fully documented in the schema with an enum and a description ('Restrict the list to one pattern family'). The description's 'only that family's section of the same page' adds slight nuance but mostly restates what the schema already communicates, so the baseline 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 identifies the tool as exposing the pattern catalogue and decision guide at /patterns/index.md, with optional family-based filtering. It does not explicitly distinguish this from siblings like get_pattern or search, but the resource and scope are specific enough for an agent to understand what it does.

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 should be used when the agent needs the pattern catalogue or a family-specific section of it. However, it provides no explicit guidance on when to prefer siblings such as get_pattern for a single pattern or search for targeted retrieval.

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

list_startersList starter formationsA
Read-onlyIdempotent
Inspect

The starter formation index (/starters/index.md): unvalidated, unsigned FORMATION.md documents to copy and register privately.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.7/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 valuable context by warning that the documents are unvalidated and unsigned, alerting the agent to potential quality or trust issues. This goes beyond what annotations provide.

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 a single sentence, front-loads the resource path, and includes relevant caveats without fluff. However, the colon-heavy structure and parenthetical 'to copy and register privately' make the sentence slightly less direct than a clean 'Lists...' phrasing.

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 no output schema, the description does not clarify the return format (e.g., list of file names, paths, or contents). It explains the source and nature of the items, but an agent may still be unsure what data to expect from the index listing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

There are zero parameters, so the baseline is 4. The description adds no parameter-specific details because none are needed; the tool takes no input.

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 names the resource explicitly ('starter formation index (/starters/index.md)') and states the content type (unvalidated, unsigned FORMATION.md documents). It conveys that the tool lists starter formations, though it does not explicitly distinguish itself from the sibling list_patterns tool.

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 phrase 'to copy and register privately' implies a use case (obtaining starter templates for private registration), but the description does not provide explicit guidance on when to use this tool versus siblings like list_patterns or search. Usage is implied rather than stated.

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. 5 tool updates
    • First observedfetch
    • First observedget_pattern
    • First observedlist_patterns
    • First observedlist_starters
    • 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