Skip to main content
Glama

think_about_collected_information

Analyze collected information to determine if it is sufficient and relevant for your coding task. Use this after completing search operations to evaluate your findings.

Instructions

Think about the collected information and whether it is sufficient and relevant. This tool should ALWAYS be called after you have completed a non-trivial sequence of searching steps like find_symbol, find_referencing_symbols, search_files_for_pattern, read_file, etc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler implementation for the 'think_about_collected_information' tool. It is a subclass of Tool whose apply method returns a generated prompt via the prompt factory.
    class ThinkAboutCollectedInformationTool(Tool): """ Thinking tool for pondering the completeness of collected information. """ def apply(self) -> str: """ Think about the collected information and whether it is sufficient and relevant. This tool should ALWAYS be called after you have completed a non-trivial sequence of searching steps like find_symbol, find_referencing_symbols, search_files_for_pattern, read_file, etc. """ return self.prompt_factory.create_think_about_collected_information()
  • Helper method in the auto-generated prompt factory that renders the prompt template named 'think_about_collected_information' used by the tool handler.
    def create_think_about_collected_information(self) -> str: return self._render_prompt("think_about_collected_information", locals())

Latest Blog Posts

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/oraios/serena'

If you have feedback or need assistance with the MCP directory API, please join our Discord server