Find agent workflow recipes
find_agent_recipesFind read-only, job-focused agent workflows with roles, checks, safety boundaries, source links, and a complete MCP resource URI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
find_agent_recipesFind read-only, job-focused agent workflows with roles, checks, safety boundaries, source links, and a complete MCP resource URI.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide readOnlyHint=true and openWorldHint=falseas false, so the description correctly aligns. It adds the behavioral trait of being read-only ('read-only') and mentions the completeness of search results (complete MCP resource URI), which adds some value. However, it does not detail the output format or how results are ordered, but with the annotation coverage, this is acceptable.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, well-structured sentence that is front-loaded with the key action 'Find' and resource 'agent workflows', then lists the relevant attributes. No waste, and it provides maximum information in minimal space.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (single parameter, no output schema, read-only annotation), the description covers the essential aspects: the purpose, the content of the results, and the read-only nature. It omits details like pagination or error handling, but these are not critical for a read-only search. However, the missing parameter semantics holds it back from a perfect score.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, meaning the schema only provides the parameter name and constraints (string, maxLength 120). The description does not explain what 'query' should contain beyond being a search term. It does not specify examples, syntax, or how the query relates to the workflow attributes mentioned. The description fails to compensate for the lack of schema documentation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the purpose: finding read-only, job-focused agent workflows. It specifies key attributes (roles, checks, safety boundaries, source links, MCP resource URI) which helps the agent understand what the result will contain. It does not explicitly differentiate from the sibling tool 'search_software', but the specificity of 'agent workflows' provides reasonable distinction.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use this tool (when looking for agent workflow recipes) but does not provide explicit guidance on when not to use it or mention the alternative 'search_software'. The phrase 'job-focused' gives some context but lacks exclusions or selection criteria.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.