Skip to main content
Glama

Tresslers Group Intelligence Matrix

Server Details

Professional-grade MCP gateway for high-fidelity strategic intelligence. Provides autonomous agents with gated access to sovereign audits, frontier science retrospectives, and macroeconomic synthesis.

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
URL

Available Tools

7 tools
ask_intelligence_ragAInspect

Ask a natural-language question and receive structured intelligence context retrieved from Tresslers Group dossiers via RAG (Retrieval Augmented Generation). Returns relevant document chunks, source citations, conviction metadata, and graph neighborhood data. The calling LLM should synthesize the returned context into a coherent answer.

ParametersJSON Schema
NameRequiredDescriptionDefault
questionYesNatural language question (e.g., 'What are the key geopolitical risks in sovereign AI policy?').
max_sourcesNoMaximum number of source dossier chunks to retrieve (default 5, max 8).

Output Schema

ParametersJSON Schema
NameRequiredDescription
contentNo

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that the tool performs retrieval (RAG) and returns multiple data types, confirming it is a read-only operation. It does not mention side effects, rate limits, or auth needs, but given the nature of a query tool, the description is sufficiently transparent beyond what schema/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.

Conciseness5/5

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

The description is three concise sentences. The first sentence states the primary action and resource, the second lists return types, and the third provides usage guidance. No redundant or unnecessary information, and key points are front-loaded.

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 complexity (RAG with multiple return types) and the presence of an output schema, the description adequately explains what the tool returns. It covers the retrieval method and expected outputs but could be more complete by mentioning potential limitations or error scenarios. Still, it provides sufficient context for an agent to use the tool 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?

Both parameters have schema descriptions (100% coverage) and are clear. The tool description adds no additional semantic value beyond the schema (e.g., no extra formatting or usage hints). Baseline score of 3 is appropriate since schema already documents parameters adequately.

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 tool's purpose: asking a natural-language question and receiving structured intelligence context from Tresslers Group dossiers via RAG. It lists specific return types (document chunks, source citations, etc.) and distinguishes from siblings which are more specialized (e.g., query_knowledge_graph for graph queries, read_dossier for single dossiers).

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 usage for natural-language questions across dossiers and advises the LLM to synthesize returned context into an answer. However, it does not explicitly state when to use this tool versus its siblings (e.g., list_dossiers, read_dossier) or provide exclusion criteria, leaving the agent to infer appropriate contexts.

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

get_dossier_deltaAInspect

Queries intelligence updates and conviction deltas attested since a specific UTC timestamp.

ParametersJSON Schema
NameRequiredDescriptionDefault
since_timestampYesISO UTC timestamp (e.g., '2026-05-01T00:00:00Z').

Output Schema

ParametersJSON Schema
NameRequiredDescription
contentNo

TDQS

A4/5.0
Behavior4/5

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

With no annotations, description carries full burden. It uses 'queries' indicating a read-only operation, and specifies input format. Lacks details on authentication or error handling, but adequately communicates safe behavior for a read tool.

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?

Single sentence with 10 words, perfectly front-loaded with the key verb 'Queries'. No wasted words; every part contributes to understanding.

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 output schema exists and only one parameter, description is adequate. It specifies the condition clearly. Lacks mention of pagination or limits, but sufficient for a straightforward delta query.

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 the parameter 'since_timestamp' already described as an ISO UTC timestamp. The description reinforces the condition ('since a specific UTC timestamp') but adds no new detail beyond the schema. 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?

Description clearly states the verb 'queries' and the resource 'intelligence updates and conviction deltas' with a specific condition 'since a specific UTC timestamp'. It distinguishes from sibling tools like 'list_dossiers' or 'ask_intelligence_rag' which likely serve different purposes.

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?

Description implies usage when needing updates since a timestamp, but does not explicitly state when not to use it or mention alternative tools. Provides no exclusions or context for avoiding misuse.

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

list_dossiersBInspect

Returns a list of all available intelligence dossier slugs.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
contentNo

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations, the description simply declares a read operation. It adds no details about access controls, ordering, or pagination, but the straightforward nature limits the need.

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?

Single sentence, front-loaded, zero waste. Every word serves a purpose.

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?

Adequate for a simple listing tool, but could mention that results depend on user permissions or that it only returns slugs. Having an output schema reduces the need, but slightly more context would help.

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 no parameters, so the baseline of 4 applies. The description adds no further param info, but none is needed.

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 it returns a list of all available intelligence dossier slugs, using specific verb and resource. However, it does not explicitly differentiate from sibling tools, which is adequate but not top-tier.

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?

No guidance on when to use this tool versus alternatives like read_dossier or search_intelligence_matrix. The agent receives no context for selection.

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

optimize_codonAInspect

Optimizes a protein (amino acid) or cDNA coding sequence for maximal recombinant expression yield in a target host organism using the Logos biocomputing engine. Executes Codon Adaptation Index (CAI) maximization, GC-content harmonization, restriction site avoidance, and ribosomal consensus leader generation (Shine-Dalgarno for bacteria, Kozak for mammalian/yeast/plant). Free and open to all AI agents.

ParametersJSON Schema
NameRequiredDescriptionDefault
hostNoTarget expression organism: 'e_coli', 'h_sapiens' (HEK293), 'c_griseus' (CHO), 's_cerevisiae', 'p_pastoris', 'v_natriegens', 'n_benthamiana', 'a_thaliana'. Default: 'e_coli'
sequenceYesAmino acid sequence (single-letter uppercase e.g. 'MSKGEELFT...') or DNA coding sequence to optimize.
gc_targetNoTarget global GC percentage (e.g., 52 for E. coli, 58 for Human). Optional.

Output Schema

ParametersJSON Schema
NameRequiredDescription
contentNo

TDQS

A4.2/5.0
Behavior4/5

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

With empty annotations, the description carries the behavioral burden and handles it well by explaining the engine and the concrete transformations: CAI maximization, GC-content harmonization, restriction site avoidance, and ribosomal leader generation. It does not cover edge cases or validation, but the output schema exists to describe return shape.

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?

Three dense sentences carry the action, purpose, algorithmic detail, and availability without filler. The primary verb and resource are front-loaded, and every sentence earns its place.

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 detailed schema, host enum, and output schema, the description provides enough context for an agent to select and invoke the tool correctly. It could add validation or failure-mode notes, but nothing essential is missing for correct use.

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 every parameter already has a meaningful description, including the host enum and gc_target. The description subtly reinforces gc_target through 'GC-content harmonization' but adds no parameter syntax or value guidance beyond the schema, so the 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 states a specific verb, 'Optimizes,' identifies the resource ('protein (amino acid) or cDNA coding sequence'), and the goal ('maximal recombinant expression yield'). It lists concrete algorithmic operations, and the unrelated dossier/RAG siblings make the distinction easy without opening schemas.

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 makes the usage context clear: use this tool whenever codon optimization for recombinant expression in a target host is needed. It does not name exclusions or alternatives, but the sibling tools are clearly unrelated, so no when-not-to-use guidance is strictly necessary.

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

query_knowledge_graphAInspect

Traverses the multi-hop conceptual knowledge graph across entities (GraphRAG). Free preview available for direct 1-hop adjacencies. Deeper reasoning (2-3 hops) requires x402 settlement.

ParametersJSON Schema
NameRequiredDescriptionDefault
depthNoGraph traversal hop depth (1 for free preview, 2 to 3 for deep reasoning).
entity_idYesTarget conceptual entity or dossier slug (e.g., 'Quantum AI', 'ThinkForge').
payment_proofNoStandard x402 signed USDC transaction proof (0x...). Required for multi-hop graph access.

Output Schema

ParametersJSON Schema
NameRequiredDescription
contentNo

TDQS

A4.2/5.0
Behavior3/5

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

With empty annotations, the description must fully convey behavior. It discloses that deeper hops require payment and that a free preview exists, but does not cover other aspects like rate limits, permissions, or potential errors. The behavioral context is adequate but not thorough.

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 no redundant words. First sentence states purpose, second explains monetization structure. Perfectly front-loaded and concise.

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 an output schema exists (not detailed here), the description covers core functionality and pricing. It is complete enough for an agent to decide usage, though it omits potential error states (e.g., invalid payment_proof). Still, it's well-rounded.

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?

Schema coverage is 100%, so baseline is 3. The description adds meaningful context: 'depth' of 1 is free, 2-3 requires payment_proof with x402 signature. This enriches the schema descriptions, justifying a higher score.

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 tool traverses a multi-hop knowledge graph (GraphRAG) with specific verb 'traverses' and resource 'knowledge graph'. It distinguishes from siblings like ask_intelligence_rag (which likely answers questions) by emphasizing multi-hop traversal.

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 explicitly defines when to use the free preview (1-hop) vs paid (2-3 hops) via x402 settlement. However, it does not mention alternatives among siblings, such as when to use ask_intelligence_rag instead for single-hop queries.

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

read_dossierAInspect

Reads the pure text contents of a specific intelligence dossier. Requires x402 payment proof for premium intelligence. Without payment proof, returns a high-fidelity strategic excerpt and payment challenge.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesThe slug of the dossier to read (e.g., 'sovereign-ai-state-national-policy-2026').
payment_proofNoStandard x402 signed USDC transaction proof (0x...). Required for full decrypted access.

Output Schema

ParametersJSON Schema
NameRequiredDescription
contentNo
isErrorNo

TDQS

A4/5.0
Behavior4/5

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

With no annotations, description carries full burden. Discloses that payment proof grants full access; without it, returns a strategic excerpt and challenge. This is good transparency for a read-only tool, though no mention of side effects, rate limits, or auth details beyond payment.

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 concise sentences front-loading the main purpose and then critical usage condition. No fluff; every sentence adds value.

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?

Covers core behavior including payment proof implications. Output schema likely details return format, so not needed here. Missing any mention of how to handle errors or limits, but overall sufficient for a focused read 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?

Schema coverage is 100%, so baseline is 3. The description adds context about payment proof behavior but does not elaborate on parameter syntax or constraints beyond what schema already provides. No additional value for slug parameter.

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?

Clearly states it reads pure text contents of a specific dossier. However, does not differentiate from siblings like get_dossier_delta or ask_intelligence_rag, which could cause confusion about which tool to use for similar tasks.

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?

Explicitly describes when payment proof is required and what happens without it. Provides context for choosing this tool for full text or partial excerpt. Could be improved by mentioning when not to use it (e.g., for filtered or delta queries).

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

search_intelligence_matrixAInspect

Executes a semantic vector similarity search across the entire ThinkForge intelligence substrate. Returns relevant snippets and strategic conviction metadata.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results to return (default 5, max 10).
queryYesSemantic research question (e.g., 'What are the geopolitical vulnerabilities in green hydrogen supply chains?').
filterNoOptional SQL-like metadata filter (e.g., 'convictionScore >= 0.85').

Output Schema

ParametersJSON Schema
NameRequiredDescription
contentNo

TDQS

A3.5/5.0
Behavior2/5

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

Annotations empty, so description must cover behavior. Only gives high-level purpose and outputs; no detail on side effects (none), error handling, or filtering behavior beyond schema. Could mention that it is read-only.

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?

Single sentence that effectively communicates the core action and result. Efficient and front-loaded.

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 has 3 parameters fully described and output schema, the description is adequate but could better contextualize when to use this tool over siblings, and the meaning of 'conviction metadata'.

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 already provides full descriptions for all parameters (100% coverage). Description rephrases but adds no new semantic meaning beyond what's in 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?

Clearly states it executes a semantic vector search across the entire intelligence substrate and returns relevant snippets with conviction metadata. Differentiates from siblings like ask_intelligence_rag which is more QA-focused.

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?

No explicit when-to-use or when-not-to-use compared to siblings. Implicitly for broad semantic search, but lacks guidance compared to alternatives like ask_intelligence_rag.

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

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables detection and analysis of pre-public product launches through web search, content extraction, AI-powered scoring, and automated alerting. Provides comprehensive tools for surfacing stealth startup signals before they trend publicly.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Browse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI chat clients to perform market research and competitive intelligence by gathering company overviews, competitor lists, product portfolios, pricing snapshots, and recent news via live Tavily search.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation5/5

Each tool serves a distinct purpose: Q&A via RAG, updates, listing, graph traversal, full-text reading, and semantic search. No two tools overlap significantly in functionality.

Naming Consistency4/5

All names use snake_case and follow a verb_noun pattern, though some have extra qualifiers (e.g., 'ask_intelligence_rag' vs 'list_dossiers'). The pattern is predictable and readable.

Tool Count5/5

With 6 tools, the server is well-scoped for an intelligence retrieval system. Each tool contributes a necessary operation without superfluous clutter.

Completeness4/5

The tool surface covers core operations for a read-only intelligence repository: listing, searching, reading, asking questions, and tracking updates. Minor metadata features are missing but not critical.

Resources