Skip to main content
Glama
zerotrust-labs

Solodit MCP Server

Official

search_findings

Search Solodit's database for smart contract vulnerabilities. Filter findings by impact, audit firm, protocol, tags, and more to identify relevant security issues.

Instructions

Search Solodit for smart contract security findings and vulnerabilities. You can filter by keywords, impact level, audit firms, tags, protocols, and more.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default: 1)
tagsNoFilter by vulnerability tags (e.g., Reentrancy, Oracle, Access Control)
userNoFilter by finder/auditor handle (partial match)
firmsNoFilter by audit firm names (e.g., Cyfrin, Sherlock, Code4rena)
impactNoFilter by impact level (severity)
keywordsNoSearch keywords to find in title and content
pageSizeNoResults per page (default: 20, max: 100)
protocolNoFilter by protocol name (partial match)
languagesNoFilter by programming languages (e.g., Solidity, Rust, Cairo)
sortFieldNoSort by field (default: Recency)
maxFindersNoMaximum number of finders
minFindersNoMinimum number of finders
rarityScoreNoMinimum rarity score (0-5)
qualityScoreNoMinimum quality score (0-5)
reportedDaysNoFilter by time period (30, 60, 90 days, or alltime)
sortDirectionNoSort direction (default: Desc)
protocolCategoryNoFilter by protocol categories (e.g., DeFi, NFT, Lending)
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states that it searches and filters, without mentioning return format, pagination behavior, sorting defaults, authentication needs, or how filters combine. The schema documents parameters, but the description adds little beyond the verb and resource.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences long, front-loads the core purpose, and contains no filler or redundant information. Every word contributes meaning.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 17 optional parameters and no output schema, the description is under-specified. It does not explain what the returned findings look like, how multiple filters interact, or what the default sorting and pagination behavior is. The description says 'and more' without elaboration, leaving critical context missing for a complex search tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description mentions filters for keywords, impact, firms, tags, and protocols, which maps to several parameters, but it adds no additional semantic detail beyond what the schema already provides. The phrase 'and more' is vague.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool searches Solodit for smart contract security findings and vulnerabilities, using a specific verb and resource. It distinguishes itself from the sibling get_finding_by_id by being a search/filter tool rather than a direct lookup.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for searching and filtering findings but provides no explicit guidance on when to prefer this over get_finding_by_id or when not to use it. No alternatives are mentioned, leaving usage context implicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/zerotrust-labs/solodit-mcp'

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