Sourcegraph is a code intelligence platform that enables developers to search, understand, and manage code across large codebases.
Tool to check whether site settings can be edited through the api. use when you need to confirm the api allows site settings edits before attempting configuration changes.
Tool to compare two commits in a repository and retrieve their file diffs. use after confirming the repository name and commit shas to inspect differences.
Get detailed information about a specific commit in a repository.
Tool to retrieve information about the currently authenticated user. use when needing confirmation of identity via sourcegraph graphql api.
Tool to fetch the contents of a specified file on the default branch. use when you need raw file text without cloning the repo or using a slower code-host api.
Tool to list repositories on the sourcegraph instance. use when you need to paginate through all available repositories.