Skip to main content
Glama
ellmos-ai

ellmos-controlcenter-mcp

Official

Auflösungsgebundene Fähigkeitskandidaten finden

controlcenter_find_capability
Read-onlyIdempotent

Search a system-explorer resolution file for capability candidates matching your query. Get ranked, read-only advisory results without executing or authorizing anything.

Instructions

Bewertet Native-Binding-Behauptungen einer hash-konsistenten System-Explorer-Auflösung. Die Herkunft bleibt unverifiziert; Ergebnisse sind beratend, rein lesend und autorisieren niemals eine Ausführung.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximale Anzahl zurückgegebener Kandidaten. Standard: 10; Maximum: 100.
queryYesStichwörter oder Fähigkeitsbegriffe für ein deterministisches lexikalisches Kandidatenranking.
resolutionPathYesPfad zu einer hash-konsistenten system-explorer.resolution.v1-JSON-Datei. Die Quellenprüfung darin bleibt bis zu einem externen Receipt eine nicht vertrauenswürdige Behauptung.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.7.1

TDQS

B3.4/5.0
Behavior4/5

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

Annotations already mark the tool as readOnly/idempotent/non-destructive. The description adds meaningful context: results are advisory, provenance is unverified, and results never authorize execution. This goes beyond the annotations and is consistent with them.

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 and front-loaded: one core-purpose sentence plus a trust caveat. No filler, though the dense technical jargon slightly reduces immediate readability.

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 read-only find tool, it covers purpose, read-only nature, and result reliability. It does not explain what callers should do with the advisory results, how limit behaves, or what a capability candidate looks like, especially since there is no output schema.

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% and parameter descriptions already explain the query and the resolution path with its trust caveat. The description adds only a slight framing ('hash-konsistente System-Explorer-Auflösung') but does not materially exceed 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 uses a specific verb (Bewertet/Evaluates) and names a clear resource: Native-Binding-Behauptungen aus einer hash-konsistenten System-Explorer-Auflösung. The title adds the intent 'Fähigkeitskandidaten finden'. It is specific, but does not explicitly differentiate from sibling tools like controlcenter_find_skill.

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 sibling tools such as controlcenter_resolve_semantic_route or controlcenter_evaluate_permission. The advisory, unverified nature is implied but no workflow context or alternative selection hint is provided.

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