MCP Think Tool Server
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
think | Use this tool to think about something. It will not obtain new information or change anything, but just append the thought to the log. Use it when complex reasoning or cache memory is needed, especially during long chains of tool calls, policy adherence scenarios, or sequential decision making. |
get_thoughts | Retrieve all thoughts recorded in the current session to review your reasoning process. |
clear_thoughts | Clear all thoughts recorded in the current session. Use this to start fresh if the thinking process needs to be reset. |
get_thought_stats | Get statistics about the thoughts recorded in the current session to analyze your thinking process. |