Skip to main content
Glama

Чего у нас нет, а спрашивают

prism_needs

Список дыр, нарисованный чужими вопросами: что спрашивали и на что мы не ответили. Показывается то, о чём спросили не меньше трёх разных сторон. Дыру можно закрыть, принеся факт — он проходит те же ворота записи, что и наши собственные данные.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoокно, по умолчанию 30

TDQS

B3.4/5.0
Behavior2/5

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

With no annotations, the description must clarify side effects, but the line 'Дыру можно закрыть, принеся факт — он проходит те же ворота записи' ambiguously suggests a write/closing capability while the input schema accepts only the optional 'days' parameter. It does disclose the three-party aggregation threshold, but omits whether the call itself is read-only, what output to expect, or any permission/rate-limit context.

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 compact (two sentences) and places the core definition first. It is slightly metaphorical ('нарисованный чужими вопросами') but not redundant.

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?

For a simple one-parameter tool the description conveys the main purpose and threshold, but because there is no output schema it does not explain the shape of the returned gaps, and the 'days' window is only documented in the schema. This is adequate but leaves some operational ambiguity.

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 sole parameter 'days' is fully described in the input schema ('окно, по умолчанию 30'), so the baseline is met. The description itself adds no additional meaning to the parameter.

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 title 'Чего у нас нет, а спрашивают' plus description 'Список дыр... что спрашивали и на что мы не ответили' clearly identifies a read-only listing of unresolved user requests. It distinguishes itself from siblings (prism_ask, prism_find, prism_nearby) by defining the content as gaps that have been requested and not answered, with a specific threshold.

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 when identifying unmet needs and mentions the minimum request threshold, but it does not explicitly state when to prefer this tool over prism_ask/prism_find or provide exclusions. The 'дыру можно закрыть' line hints at a follow-up action but doesn't name the alternative.

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

B3.4/5.0
Disambiguation5/5

Each tool targets a distinct operation: lookup by INN (ask), search by criteria (find), geospatial discovery (nearby), and gap analysis (needs). Descriptions clearly separate purposes, so there is no overlap or ambiguity.

Naming Consistency3/5

All tools share the 'prism_' prefix, but suffixes are inconsistent: 'ask' and 'find' are imperative verbs, while 'nearby' is an adjective and 'needs' is a noun. This mixed pattern weakens predictability.

Tool Count5/5

Four tools is well-scoped for a specialized fact-lookup service. Each tool earns its place and no redundancy or bloat is apparent.

Completeness3/5

The set covers querying facts, searching entities, and finding nearby establishments, but prism_needs explicitly mentions closing gaps by 'bringing a fact,' yet no tool exists for writing or submitting facts. This creates a dead end in the workflow.

Resources