MCP Client Compatibility Probe
Зонд совместимости MCP-клиентов
Небольшой диагностический MCP-сервер для проверки того, что на самом деле поддерживают MCP-клиенты.
Сервер намеренно не имеет зависимостей и разделён на транспортно-нейтральную базовую логику плюс локальный адаптер stdio. Будущий HTTP-адаптер сможет переиспользовать probe-core.mjs для тестирования ChatGPT Web, OpenAI API или удалённых MCP-серверов.
Предполагаемый рабочий процесс — с помощью ИИ: укажите ассистенту/клиенту, который вы хотите протестировать, на этот репозиторий, и пусть он запустит зонд, изучит трассировку, создаст файл с результатом и подготовит коммит. На практике это один промпт.
Текущий неформальный обзор поддержки клиентов находится в CLIENT-MATRIX.md. Подробный дизайн тестов и шаблоны результатов — в TESTPLAN.md.
Быстрый старт для тестировщиков
Вариант A: один промпт
Запустите ассистента или клиент, который вы хотите протестировать, в каталоге, куда ему разрешено писать, и дайте ему это:
Clone https://github.com/kascada/mcp-client-compat-probe.git, then read PROMPT.md from that clone and follow the prompt inside it. You are the client under test.Это вся настройка. Дальше ассистент клонирует репозиторий, запускает смоук-тест, регистрирует зонд как локальный MCP-сервер, выполняет взаимодействия с зондом, изучает трассировку и записывает файл с результатом. Он обращается к вам только за тем, что действительно не может сделать сам: перезапуск клиента, чтобы он подхватил MCP-конфиг, вызов того, что клиент предоставляет только как действие пользователя, и одобрение пуша или пул-реквеста.
Это предполагает клиент, который умеет выполнять shell-команды и читать локальные файлы, например Claude Code, Codex CLI, OpenCode или Cursor. Если ваш так не умеет, используйте вариант B.
Вариант B: по шагам
Тот же тест, но расписанный по шагам. Используйте его, если ваш клиент не может клонировать сам, или если вы хотите увидеть, что сделает вариант A, прежде чем запускать его.
Клонируйте этот репозиторий.
git clone https://github.com/kascada/mcp-client-compat-probe.git cd mcp-client-compat-probeHTTPS рекомендуется большинству тестировщиков, потому что работает без настроенного SSH-ключа. Если вы уже используете GitHub по SSH, это эквивалентно:
git clone git@github.com:kascada/mcp-client-compat-probe.git cd mcp-client-compat-probeОткройте клонированный каталог в MCP-совместимом ассистенте/клиенте, который вы хотите протестировать.
Попросите ассистента выполнить
PROMPT.md, например:Run PROMPT.md. Если ассистент не умеет читать локальные файлы, вставьте полное содержимоеPROMPT.mdвместо этого.Следуйте только явным запросам на перезапуск клиента, подтверждение настройки MCP и одобрение пуша/PR.
Остальное ассистент должен сделать сам:
запустить
npm run smokeпомочь настроить локальный MCP-сервер
stdio, если нужнозапустить взаимодействия-зонда
изучить файл трассировки
записать
results/<client>-<username>-<date>.mdзастейджить и закоммитить только этот файл результата
По умолчанию не коммитьте полные файлы трассировки. Файлы результатов должны содержать только небольшие вырезанные фрагменты.
Related MCP server: jakegaylor-com-mcp-server
Как добавить результат
Этот репозиторий публичный, то есть любой может его читать и клонировать, но не пушить в него. Клонирование не создаёт форк и не даёт прав на запись, поэтому добавление результата идёт через пул-реквест из вашего собственного форка. Ассистент может сделать это за вас; ручной эквивалент:
gh repo fork --remote # your own fork, no permissions needed here
git switch -c probe-result-<client>-<username>
git add results/<client>-<username>-<date>.md # only the result file
git commit -m "Add <client> probe result <username> <date>"
git push -u origin probe-result-<client>-<username> # pushes to your fork
gh pr create --repo kascada/mcp-client-compat-probeИспользуйте имя вашего аккаунта GitHub как <username>, чтобы результат был атрибутируем в общей коллекции.
Если вы не можете или не хотите открывать пул-реквест, подойдут и оба этих варианта:
Откройте issue и прикрепите файл результата.
Отправьте файл результата напрямую автору репозитория вместе с версией клиента, операционной системой и вашим MCP-конфигом без секретов.
Файлы
mcp-probe/
README.md # quickstart and feature overview
CLIENT-MATRIX.md # informal client support matrix
PROMPT.md # assistant prompt for running and recording tests
TESTPLAN.md # repeatable client test plan
probe-core.mjs # JSON-RPC handlers and probe tools
stdio-server.mjs # local stdio transport
opencode.json # isolated OpenCode test config
package.json # npm scripts, no dependencies
results/ # contributed client observations
scripts/smoke-stdio.mjs # direct stdio smoke testПокрытие зонда
Реализованные методы MCP:
server/discoverустаревший ответ-фолбэк
initializetools/listtools/callresources/listresources/readresources/templates/listprompts/listprompts/getзаглушка
subscriptions/listen
Инструменты:
echo_meta: возвращает полученные аргументы,_meta, возможности клиента и наблюдения транспорта.structured_result: возвращает текст плюсstructuredContent, соответствующийoutputSchema.create_handle: создаёт явный дескриптор состояния.use_handle: использует дескриптор изcreate_handle.needs_form_input: возвращаетresultType: "input_required"до повторной попытки сinputResponses.tool_error: возвращает ошибку выполнения инструмента черезisError: true.resource_link_result: возвращает элемент содержимогоresource_link.search: совместимый с ChatGPT поисковый заглушка.fetch: совместимый с ChatGPT fetch-заглушка.
Смоук-тест
Запустите из этого каталога:
npm run smokeИли без npm:
node scripts/smoke-stdio.mjsСмоук-тест пишет свою трассировку в:
/tmp/mcp-probe-smoke.ndjsonЖурнал трассировки
Сервер никогда не пишет диагностику в stdout, потому что stdout должен содержать только MCP JSON-RPC-сообщения. Диагностика идёт в stderr и в файл трассировки.
Путь трассировки по умолчанию:
/tmp/mcp-probe.ndjsonПуть трассировки OpenCode из opencode.json:
/tmp/mcp-probe-opencode.ndjsonКаждая строка — это JSON с:
ts: временная меткаpid: ID процесса сервераdirection:inилиoutpayload: JSON-RPC-полезная нагрузка
Тест с OpenCode
В этом каталоге есть изолированный opencode.json:
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"probe": {
"type": "local",
"command": ["node", "stdio-server.mjs"],
"cwd": ".",
"enabled": true,
"timeout": 10000,
"environment": {
"MCP_PROBE_TRACE": "/tmp/mcp-probe-opencode.ndjson"
}
}
}
}Запустите OpenCode из этого каталога, чтобы он загрузил локальный конфиг:
opencodeЗатем спросите:
Nutze das probe echo_meta Tool und zeige mir, welche MCP-Metadaten du gesendet hast.Дополнительные полезные промпты:
Nutze probe structured_result mit label opencode.Erzeuge mit probe create_handle ein Handle fuer confluence und nutze es danach mit probe use_handle fuer die Query release notes.Teste probe needs_form_input fuer topic OpenCode Elicitation.Nutze probe search fuer query probe und danach probe fetch fuer das erste Ergebnis.Интерпретация трассировки:
server/discoverприсутствует: используется современный зонд обнаружения MCP.initializeприсутствует: используется устаревший путь рукопожатия._meta.io.modelcontextprotocol/protocolVersionприсутствует: отправляется версия протокола на запрос._meta.io.modelcontextprotocol/clientCapabilities.elicitationприсутствует: клиент объявляет поддержку элицитации.resources/listилиprompts/listприсутствует: клиент активно запрашивает нетульные примитивы.Повтор после
input_required: обрабатывается поток MRTR/элицитации.
OpenCode читает конфиг при запуске. Перезапустите OpenCode после изменения opencode.json или файлов сервера.
Тест с Codex CLI или ChatGPT Desktop
Тот же локальный сервер stdio можно использовать с Codex CLI, приложением ChatGPT Desktop и расширением Codex IDE, потому что они поддерживают локальные MCP-серверы.
Пример регистрации Codex CLI из этого каталога:
codex mcp add probe --env MCP_PROBE_TRACE=/tmp/mcp-probe-codex.ndjson -- node stdio-server.mjsЗатем используйте /mcp в Codex, чтобы просмотреть активные серверы, и запросите те же инструменты зонда, что и выше.
Для приложения ChatGPT Desktop добавьте новый MCP-сервер в настройках:
Имя:
probeТип:
STDIOКоманда:
nodeАргументы: абсолютный путь к
stdio-server.mjsПеременные окружения:
MCP_PROBE_TRACE=/tmp/mcp-probe-chatgpt-desktop.ndjson
Путь ChatGPT Web и OpenAI API
ChatGPT Web не может напрямую запустить локальный сервер stdio или прочитать локальный конфиг Codex/OpenCode. Для тестирования ChatGPT Web или OpenAI API добавьте позже удалённый HTTP-адаптер.
Текущий дизайн оставляет этот путь открытым:
probe-core.mjsне содержит поведения, специфичного дляstdio.stdio-server.mjsтолько адаптирует построчно-разделённый JSON-RPC кhandleJsonRpc.Будущий
http-server.mjsсможет вызывать тот жеhandleJsonRpcи передавать HTTP-заголовки в объект транспорта.Существующие инструменты
searchиfetchуже следуют простой совместимой с ChatGPT форме сstructuredContentи результатами на основе URL.
HTTP-специфичные проверки, которые нужно добавить позже:
MCP-Protocol-Version,Mcp-Method,Mcp-Nameстатические/Bearer-заголовки
поведение OAuth
x-mcp-headerиз параметров инструментаповедение Streamable HTTP-ответа
Available Tools
9 toolscreate_handleCreate HandleA
Creates an explicit short-lived probe handle to test stateless multi-call tool design.
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Target system or scenario for the handle. |
Output Schema
| Name | Required | Description |
|---|---|---|
| handle | Yes | |
| target | Yes | |
| expiresInSeconds | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It mentions the handle is 'short-lived' and 'explicit,' but does not explain what the handle is for, what it returns, any side effects, or lifecycle details. For a creation tool, this is insufficient.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence, front-loaded with the action, and contains no unnecessary words. It is appropriately concise.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple (1 parameter) and has an output schema, so the description does not need to explain return values. However, it lacks context about how the handle is used, its lifecycle, and its relationship to sibling tools like use_handle. This incomplete context could confuse agents.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% description coverage for the 'target' parameter, so the baseline is 3. The tool description adds no additional parameter-level context beyond restating the purpose.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'creates' and the resource 'explicit short-lived probe handle,' and it adds the specific purpose 'to test stateless multi-call tool design.' This distinguishes it from sibling tools like use_handle, which presumably consumes the handle.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for testing stateless multi-call tool design but does not explicitly state when to use this tool versus alternatives like use_handle. No exclusions or when-not-to-use guidance is provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
echo_metaEcho MetadataA
Returns the received arguments and MCP request metadata. Use this first to inspect protocolVersion, clientInfo, and clientCapabilities.
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | Any message to echo back. |
Output Schema
| Name | Required | Description |
|---|---|---|
| meta | Yes | |
| observed | Yes | |
| arguments | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It transparently states that the tool returns the received arguments and MCP metadata, and specifically calls out the metadata fields. This is a read-only behavior implied by 'Returns,' and it discloses what the agent can expect without needing to infer hidden side effects.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is exactly two sentences. The first sentence states the core function, and the second provides usage guidance. Every word earns its place, with no filler or repetition. It is front-loaded with the primary purpose and immediately actionable.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
This is a simple tool with one optional parameter and an output schema present. The description fully covers its purpose and usage context. Since the output schema exists, the description does not need to explain return values. For the tool's complexity, the description is complete and well-rounded.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema fully documents the only parameter 'message' with a description ('Any message to echo back'), so schema coverage is 100%. The description does not add any additional parameter-specific meaning beyond what the schema provides, but it does mention 'received arguments' which encompasses the parameter. This meets the baseline of 3.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool 'Returns the received arguments and MCP request metadata,' which is a specific verb+resource combination. It distinguishes itself from siblings by explicitly mentioning metadata fields (protocolVersion, clientInfo, clientCapabilities) and the directive to 'Use this first,' making its diagnostic role clear.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives explicit usage context: 'Use this first to inspect protocolVersion, clientInfo, and clientCapabilities.' This tells the agent when to invoke the tool, though it does not explicitly name alternatives or exclusions. The clear 'use this first' directive provides adequate guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
fetchFetch Probe DocumentARead-only
ChatGPT-compatible read-only fetch stub. Retrieves full text for an ID returned by search.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Document ID returned by search. |
Output Schema
| Name | Required | Description |
|---|---|---|
| id | Yes | |
| url | Yes | |
| text | Yes | |
| title | Yes | |
| metadata | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the readOnlyHint annotation, the description adds that this is a 'ChatGPT-compatible' and a 'stub,' suggesting a simulated or compatibility-oriented behavior, and that it returns 'full text' for the ID. This provides useful context not present in annotations, with no contradictions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two short sentences with no filler. The first provides contextual framing ('stub'), the second the core functionality. Every word contributes meaning.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple one-parameter fetch operation with an output schema and clear read-only annotation, the description sufficiently covers purpose, input requirement, and relationship to search. The 'stub' characterization adds a behavioral hint without needing further detail.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already provides 100% parameter coverage with 'Document ID returned by search.' The tool description echoes the same requirement without adding new semantic details, so it stays at the baseline for high schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states 'Retrieves full text for an ID returned by search,' specifying the verb (retrieves), resource (full text), and the relationship to the search tool. This distinguishes it from siblings like search (which finds IDs) and handle tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly ties usage to search by requiring an ID returned by search, implying the correct invocation sequence. It does not explicitly name alternatives or exclusion conditions, so it doesn't reach a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
needs_form_inputNeeds Form InputA
Returns resultType input_required until the client retries with inputResponses. This tests MRTR and elicitation form mode.
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | Topic for the requested follow-up input. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses the key behavioral trait: the tool repeatedly returns input_required until the client sends inputResponses. However, it doesn't specify what happens after the retry or any side effects, but for a simple test tool this is adequate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, front-loaded with the return behavior and testing purpose. No wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple tool with one parameter and no output schema, the description covers the core behavior and purpose. It might benefit from stating the expected response after inputResponses, but the description is sufficient for an agent to understand invocation context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with a clear description of 'topic'. The main description doesn't add significant new meaning beyond the schema; it reinforces the context of follow-up input but doesn't explain format or constraints. Baseline 3 applies given high schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description explicitly states the tool's behavior: it returns resultType input_required until retried with inputResponses. It also states its testing purpose (MRTR and elicitation form mode), clearly distinguishing it from siblings like echo_meta or structured_result.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description identifies a clear use case: testing MRTR and elicitation form mode. It doesn't explicitly mention when not to use it or alternatives, but the testing context is specific enough for an agent to select it appropriately.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
resource_link_resultResource Link ResultC
Returns a resource_link content item pointing at a probe resource.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It only states the return type and points at a probe resource, but gives no information about side effects, error behavior, permissions, or whether the operation is read-only. This is minimal transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence with no filler. It is appropriately concise and front-loaded, stating the core behavior immediately.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema and no annotations, the description is too sparse. It does not explain what a resource_link content item is, what a probe resource is, or how to handle the result. This leaves significant gaps for an agent selecting among sibling tools.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the description has no need to explain parameter syntax or semantics. The baseline for zero parameters is 4, and the description does not miss anything here.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns a resource_link content item, which is specific and differentiates it somewhat from generic tools. However, it does not clarify what a 'probe resource' is or how this differs from sibling result tools like structured_result or echo_meta.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance on when to use this tool versus alternatives. The description lacks any mention of prerequisites, exclusions, or sibling tools, leaving the agent without a basis for selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
searchSearch Probe DocumentsARead-only
ChatGPT-compatible read-only search stub. Returns result IDs, titles, and URLs. Use fetch to retrieve full text.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query. |
Output Schema
| Name | Required | Description |
|---|---|---|
| results | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The readOnlyHint annotation already covers safety, and the description adds context by stating it is a 'stub' and returns specific fields (IDs, titles, URLs). This provides behavioral insight beyond the annotation, though it does not elaborate on limitations like pagination or result counts.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise sentence that states purpose, output, and usage guidance without any redundancy. It is front-loaded and immediately clear.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the simple one-parameter search tool, the description covers its return values and relationship to fetch. The presence of an output schema and annotations reduces the burden, and the description fills the essential gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has 100% coverage for the single 'query' parameter with a basic description. The tool description does not add any additional semantics beyond the schema, so baseline 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states that the tool performs a search, returns result IDs, titles, and URLs, and is specifically for probe documents. It distinguishes from the sibling tool 'fetch' which retrieves full text, making the purpose unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly says 'Use fetch to retrieve full text,' providing a clear alternative and when to use another tool. It also labels the tool as read-only, suggesting it is for search queries only, not for retrieval or modification.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
structured_resultStructured ResultB
Returns both text content and structuredContent conforming to outputSchema.
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Optional label for the generated result. |
Output Schema
| Name | Required | Description |
|---|---|---|
| label | Yes | |
| answer | Yes | |
| nested | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must carry the full burden of disclosing behavior. It does state the core return behavior (both text and structuredContent), which is useful, but it does not address the role of the label parameter, edge cases, or any limitations. This is minimal 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is one sentence that front-loads the primary action and includes no filler or redundant information. Every word contributes to understanding the tool's function, making it highly concise and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple: one optional parameter, no required fields, and an output schema. The description states the core return behavior, and the output schema presumably covers the structure of structuredContent. However, it does not mention the intended use case or how the label parameter influences the result, leaving a small but noticeable gap. Given the simplicity, it is mostly complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% coverage for the single optional 'label' parameter, described as 'Optional label for the generated result.' The description adds no further semantic detail about how the label affects the output, so it remains at the baseline for high schema coverage without adding extra value.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states the tool's primary function: returning both text content and structuredContent conforming to outputSchema. This clearly identifies what the tool does, though it does not explicitly differentiate it from sibling tools like resource_link_result. The verb 'Returns' and the specific resource make the purpose clear.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance on when to use this tool versus alternatives. The description only states what it does, without mentioning any context, prerequisites, or exclusions. Sibling tools are listed but not referenced, so the description fails to help the agent decide when to invoke this tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
tool_errorTool ErrorA
Always returns a tool execution error via isError true, not a JSON-RPC protocol error.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full disclosure responsibility. It clearly states the tool always errors with isError true and clarifies that it is not a protocol-level error, providing useful context. It does not detail the error message content, but the key behavioral trait is fully disclosed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence with the core behavior front-loaded ('Always returns a tool execution error'). It is concise and contains no unnecessary words or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter, no-output-schema tool, the description is fully complete. It precisely specifies what the tool does without needing to explain parameters or return values. The purpose is fully captured.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the empty schema is fully covered. The description adds no parameter semantics because none are needed. The baseline for 0 params is 4.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool always returns a tool execution error via isError true, and explicitly distinguishes this from a JSON-RPC protocol error. This specific verb and resource make the tool's purpose unambiguous and differentiate it from siblings like structured_result or echo_meta.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description only states what the tool does, not when or why to use it. It does not reference any testing scenarios or contrast with alternative tools. There is no when-to-use or when-not-to-use guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
use_handleUse HandleC
Uses a handle returned by create_handle. Unknown handles return a tool execution error.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Probe query to associate with the handle. | |
| handle | Yes | Handle returned by create_handle. |
Output Schema
| Name | Required | Description |
|---|---|---|
| query | Yes | |
| handle | Yes | |
| target | Yes | |
| callCount | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses one behavioral trait: unknown handles return a tool execution error. But it does not describe success behavior, side effects, or whether the operation is read-only or mutating. This is minimal transparency beyond the error condition.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, compact sentence that states the essential dependency on create_handle and the error behavior for unknown handles. It is appropriately sized and front-loaded, with no wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite having an output schema and two well-documented parameters, the description fails to convey the tool's actual operation or purpose. It does not explain what 'uses a handle' accomplishes, making the tool's functionality incomplete for an agent trying to select and invoke it correctly. The error condition is noted, but the success path and overall behavior are absent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline is 3. The description reinforces the handle parameter's origin ('returned by create_handle') but adds no additional meaning to 'query' beyond the schema's 'Probe query.' It does not compensate for or enhance the parameter understanding beyond what the schema already provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states it 'Uses a handle returned by create_handle,' which identifies the tool as the counterpart to create_handle and distinguishes it by its dependency on a prior handle. However, the verb 'uses' is vague—it does not specify what action is performed with the handle or what output is produced, leaving the core purpose unclear.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies that the tool should be used after create_handle, since it requires a handle returned by that tool. It also warns that unknown handles error, which guides the user to provide a valid handle. However, it does not state when to use this tool instead of other siblings (e.g., search, fetch) or specify exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
TDQS
Each tool targets a distinct MCP feature: metadata inspection, structured output, handle-based state, MRTR input, error simulation, resource links, and search/fetch stubs. There is no overlap between their purposes.
Names are a mix of verb_noun (echo_meta, create_handle), standalone verbs (search, fetch), and nouns (structured_result, tool_error). While all are snake_case, the varying forms make the naming pattern less predictable than a uniform verb_noun convention.
9 tools is a well-scoped set for a compatibility probe, covering the key MCP client interaction patterns without redundancy or bloat.
The tool surface covers essential probe scenarios: metadata, structured content, handles, MRTR, errors, resource links, and search/fetch. Minor gaps exist (e.g., no explicit tool for protocol-level logging or sampling), but the core compatibility checks are well represented.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Experimental MCP server for current empirical verification of explicit public HTTPS endpoint claims.
MCP server to assist with JxBrowser development.
MCP server for progressive tool usage at any scale (see https://klavis.ai)
Public MCP server for summaries, DNS lookup, catalog, replies, and JSON checks.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceMCP server providing greeting and echo tools for testing and demonstration.
- AlicenseAqualityBmaintenanceAn MCP server that provides echo resource, tool, and prompt functionality for testing and demonstration.9161MIT
- AlicenseNot gradedqualityDmaintenanceA test server that exercises all MCP protocol features including prompts, tools, resources, and sampling, intended for MCP client builders.274,866Inno Setup
- AlicenseNot gradedqualityDmaintenanceA test MCP server that exercises all MCP protocol features, including prompts, tools, resources, and sampling, for client builders.274,866Unlicense - libtelnet variant
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/kascada/mcp-client-compat-probe'
If you have feedback or need assistance with the MCP directory API, please join our Discord server