sortBy
/ sortOrder (string): Sort by name/access in asc/desc order
How to use it
sortBy is exposed by the Dotnet Sherlock MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the sortBy tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
FULL DOTNET SHERLOCK MCP LISTINGOther tools in Dotnet Sherlock MCP (5)
(signatures il): FindReferencesTo only. signatures (default) scans member declarations; il additionally scans method bodies for inbound callers (slower).
/ includeNonPublic (bool): Visibility filtering
/ includeInstance (bool): Member type filtering
(summary full): supported by GetTypesFromAssembly, GetTypeMethods, GetAssemblyInfo, GetMethodCalls, FindImplementationsOf, FindMethodsReturning, FindExtensionMethodsFor, and FindReferencesTo. summary returns just enough to browse (e.g. { name, signature } for methods); full adds structured fields (p
/ take (int): Standard offset pagination