Skip to main content
Glama
etoyama

insight-blueprint

by etoyama

suggest_knowledge_for_design

Retrieve relevant knowledge entries for a design section by matching theme, sources, hypothesis text, and design lineage to surface findings, cautions, definitions, and methodologies.

Instructions

Suggest knowledge entries relevant to a design section.

Filters by category via SECTION_KNOWLEDGE_MAP, then applies per-category matching strategies (theme_id, source_ids, FTS5, lineage).

Args: section: Design section name (e.g., hypothesis_statement, metrics) theme_id: Theme ID to match findings/context by source_ids: Comma-separated source IDs for caution/definition matching hypothesis_text: Text to search via FTS5 for methodology matching parent_id: Design ID to walk ancestor chain for finding collection

Returns: dict with section, suggestions, total

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sectionNo
theme_idNo
parent_idNo
source_idsNo
hypothesis_textNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

There are no annotations, so the description bears the full burden of behavioral disclosure. It explains the internal mechanism (SECTION_KNOWLEDGE_MAP, FTS5, lineage) and the return format, which is helpful. However, it does not explicitly state whether the operation is read-only or whether there are side effects, permissions, or prerequisites. Since the tool name suggests a read-only action, the omission is notable but not misleading.

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 well-structured with a brief summary, a short explanation of the matching process, an Args list, and a Returns line. It uses information-dense language without redundant fluff, making it easy to parse. The format is appropriate for an API reference.

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?

The description covers the general purpose and parameter roles, and the existing output schema helps define return values. However, with all parameters optional and no required fields, it does not specify the default behavior when no arguments are provided (e.g., does 'section' default to something, or does an empty filter return all knowledge?). This missing edge-case behavior leaves an important gap for agent decision-making.

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

Parameters5/5

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

Schema description coverage is 0%, yet the description documents all five parameters with meaningful details. It provides an example for 'section', explains the format for 'source_ids' (comma-separated), clarifies 'theme_id' matching, and describes 'hypothesis_text' and 'parent_id' with their matching strategies. This fully compensates for the lack of schema descriptions.

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 ('Suggest') and resource ('knowledge entries') with a clear scope ('relevant to a design section'), which makes the tool's function immediately understandable. It also differentiates from the sibling 'suggest_cautions' by focusing on knowledge entries rather than cautions.

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 about when to use the tool: when knowledge entries related to a design section are needed. It does not explicitly mention exclusions or alternatives, but the context is sufficient for an agent to infer the appropriate scenario. No explicit when-not guidance is given, so it falls short of a 5.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/etoyama/insight-blueprint'

If you have feedback or need assistance with the MCP directory API, please join our Discord server