ワンクリックで
mcp-calltoolfilter-tests
Test MCP CallToolFilter behavior with real CallToolRequestParams and McpServerTool invocation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Test MCP CallToolFilter behavior with real CallToolRequestParams and McpServerTool invocation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Investigate .NET CI failures using the hlx CLI tool via bash. USE FOR: checking Helix job status, searching build logs, downloading test results, AzDO build timeline analysis — when MCP tools aren't loaded, when the MCP server isn't configured or fails to start, or when scripting with JSON output and jq. DO NOT USE FOR: tasks where Helix/AzDO MCP tools are already available in context (prefer ci-analysis skill when MCP server is loaded). INVOKES: bash (hlx CLI commands with --json output).
{what this skill teaches agents}
Audit pattern for comparing WorkItemSummary (list API) fields against WorkItemDetails (per-item API) after a Helix.Client SDK bump
Domain-layer normalizer + JSON-stable cache key pattern for filter types with server-side defaults and case-insensitive fields.
Strict unknown-parameter rejection for MCP tools: Stage A (UnmappedMemberHandling.Disallow) + Stage B (did-you-mean CallToolFilter).
Audit MCP/CLI tool parameter surface against underlying REST API capabilities to find silently-dropped params.
| name | mcp-calltoolfilter-tests |
| description | Test MCP CallToolFilter behavior with real CallToolRequestParams and McpServerTool invocation. |
| domain | mcp-testing |
| confidence | high |
| source | earned |
Use this when validating McpServerOptions.Filters.Request.CallToolFilters, especially filters that mutate inbound CallToolRequestParams.Arguments before SDK parameter binding.
McpServerTool.InvokeAsync created from the real attributed tool method; this exercises SDK binding instead of a helper-only path.RequestContext<CallToolRequestParams> with a real CallToolRequestParams { Name = toolName, Arguments = ... } and JSON-backed JsonElement values via JsonSerializer.SerializeToElement.McpException.JsonElement aliases should be covered when callers send IDs as JSON numbers.