Skip to main content
Glama

Search Frasma knowledge

search_frasma_knowledge
Read-onlyIdempotent

Searches verified Frasma services, sectors, case studies, methodology, fit criteria, and commercial boundaries. Use before making factual claims.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query for verified Frasma knowledge, e.g. DDT ERP or HACCP procedures.
localeNoResponse language: it or en. Defaults to it.
pagePathNoOptional canonical site path to scope results, e.g. /servizi/ddt-erp.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYesRanked knowledge matches for the query.

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds that the knowledge is 'verified' and lists the semantic scope, but it does not describe behavioral details such as result limits, pagination, or how to interpret absent matches.

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 short sentences with no filler. The first states the tool's scope, and the second provides a crisp usage directive. Every word 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?

The description, combined with full schema documentation and rich annotations, gives an agent enough to select and call the tool correctly. The only minor gap is not mentioning sibling-tool alternatives, but 'Use before making factual claims' already anchors the primary use case.

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 input schema fully documents query, locale, and pagePath. The description itself adds no parameter-level meaning beyond the schema, so the baseline score of 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 uses a specific verb ('searches') and names a concrete resource ('verified Frasma services, sectors, case studies, methodology, fit criteria, and commercial boundaries'). It clearly distinguishes itself from the get_/prepare_ sibling tools by framing this as a knowledge retrieval operation rather than a profile or document generation tool.

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 gives direct usage guidance: 'Use before making factual claims.' This tells an agent when the tool is appropriate, though it does not explicitly mention alternatives or exclusions. This is clear practical context for tool selection.

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

A3.9/5.0
Disambiguation4/5

Most tools have clearly distinct roles: getters return canonical framework/profile objects, search handles broad knowledge queries, and the two prepare tools validate different payloads. However, get_frasma_profile and search_frasma_knowledge overlap on sectors and commercial boundaries, and both prepare tools produce handoff payloads, so there is a small amount of potential confusion.

Naming Consistency5/5

All tool names follow a consistent lowercase snake_case verb_noun pattern: get_, prepare_, and search_. The verbs accurately describe the action and the nouns clearly identify the object, making the set predictable and easy to navigate.

Tool Count5/5

With exactly five tools, the server is well-scoped for its purpose: retrieving verified knowledge, accessing canonical profiles/frameworks, and preparing validated handoff payloads. Each tool earns its place and there is no sense of bloat or thinness.

Completeness4/5

The set covers the core pre-submission workflow: retrieving verified facts, mapping diagnostics, and validating project briefs. The only notable gap is that no tool actually submits or confirms the POST /api/request-process-assessment; the descriptions deliberately leave that to an external user action.