Explore

Find agent skills by outcome

89,586 skills indexed with the new KISS metadata standard.

Showing 24 of 89,586Categories: Data & Insights, General
General
PromptBeginner5 minmarkdown

- Require multiple searches

analyzing multiple related items

0
General
PromptBeginner5 minmarkdown

- May elicit tools returning large JSON objects or lists

overwhelming the LLM

0
General
PromptBeginner5 minmarkdown

- Use synonyms

related concepts

0
General
PromptBeginner5 minmarkdown

3. **Questions must be REALISTIC

CLEAR

0
General
PromptBeginner5 minmarkdown

- Answerable with a single

verifiable value that you identify in advance

0
General
PromptBeginner5 minmarkdown

- Complex

requiring potentially dozens of tool calls or steps

0
General
PromptBeginner5 minmarkdown

The measure of quality of an MCP server is NOT how well or comprehensively the server implements tools

but how well these implementations (input/output schemas

0
General
PromptBeginner5 minmarkdown

- Answers must be single

verifiable values

0
General
PromptBeginner5 minmarkdown

Create 10 human-readable questions requiring ONLY READ-ONLY

INDEPENDENT

0
General
PromptBeginner5 minmarkdown

- **Performance testing**: Check behavior under load

timeouts

0
General
PromptBeginner5 minmarkdown

- Questions must be READ-ONLY

INDEPENDENT

0
General
PromptBeginner5 minmarkdown

This document provides guidance on creating comprehensive evaluations for MCP servers. Evaluations test whether LLMs can effectively use your MCP server to answer realistic

complex questions using only the tools provided.

0
General
PromptBeginner5 minmarkdown

- **Security testing**: Validate auth

input sanitization

0
General
PromptBeginner5 minmarkdown

- Provide helpful

specific error messages with suggested next steps

0
General
PromptBeginner5 minmarkdown

**Important**: Annotations are hints

not security guarantees. Clients should not make security-critical decisions based solely on annotations.

0
General
PromptBeginner5 minmarkdown

- Single-user

single-session scenarios

0
General
PromptBeginner5 minmarkdown

**Best for**: Remote servers

web services

0
General
PromptBeginner5 minmarkdown

- Simple setup

no network configuration needed

0
General
PromptBeginner5 minmarkdown

**Best for**: Local integrations

command-line tools

0
General
PromptBeginner5 minmarkdown

### Markdown Format (`response_format=markdown`

typically default)

0
General
PromptBeginner5 minmarkdown

- Use headers

lists

0
General
PromptBeginner5 minmarkdown

- Provide tool annotations (readOnlyHint

destructiveHint

0
General
PromptBeginner5 minmarkdown

1. **Use snake_case**: `search_users`

`create_project`

0
General
PromptBeginner5 minmarkdown

The name should be general

descriptive of the service being integrated

0