← all servers

sequential-thinking-server

v0.2.0 · 1 tools · source

[ tools: 1 ][ checks: 11 ][ latency: 21ms ]
96/100(A)
npx -y @modelcontextprotocol/server-sequential-thinking

check breakdown

Tools exposedServer exposed 1 tool.
• sequentialthinking
Input schemas validAll tools have a valid JSON-Schema input definition.
!Input schema quality1 schema-quality issue(s) across 1 tool(s).
sequentialthinking: inputSchema.additionalProperties is not set to false (extra args pass through silently)
Declare `required` for every schema that has properties, so agents know which params are mandatory.
Give every property a `description` and a concrete `type` (avoid bare `{}` placeholders).
Set `additionalProperties: false` on the top-level inputSchema so models can't silently pass extra, unvalidated arguments.
Output schemasAll tools declare a valid outputSchema.
Duplicate tool namesAll tool names are unique.
Tool namingAll tool names use spec-legal characters.
DescriptionsEvery tool and parameter is clearly described.
!Tool annotationsAnnotation coverage 80% (4/5 hint fields set).
Some tools set a few hints but not all of title/readOnlyHint/destructiveHint/idempotentHint/openWorldHint.
Add annotations: title, readOnlyHint, destructiveHint, idempotentHint, openWorldHint.
These let clients gate risky calls and give agents/users a friendly display name — optional but valuable.
Tool titlesAll tools declare a human-readable title.
!Server instructionsNo top-level instructions declared.
Declare instructions to guide agents on when/how to use this server.
Return a non-empty `instructions` string in your InitializeResult — most SDKs let you set this alongside serverInfo.
Handshake + list latencytools/list responded in 21ms.

add the badge

Paste into your README:

[![scoremcp](https://scoremcp.dev/badge/sequential-thinking)](https://scoremcp.dev/servers/sequential-thinking)
[ scoremcp v0.4.0 ] [ 35 servers indexed ] [ static · side-effect-free ]