Explore

Find agent skills by outcome

93,486 skills indexed with the new KISS metadata standard.

Showing 24 of 93,486Categories: Cursor-rules, Data, General
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
Data
PromptBeginner5 minmarkdown

- **Return pagination metadata**: Include `has_more`

`next_offset`/`next_cursor`

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
General
PromptBeginner5 minmarkdown

- Examples: `slack-mcp-server`

`github-mcp-server`

0
General
PromptBeginner5 minmarkdown

- Examples: `slack_mcp`

`github_mcp`

0
General
PromptBeginner5 minmarkdown

- **stdio**: For local integrations

command-line tools

0
General
PromptBeginner5 minmarkdown

- **Streamable HTTP**: For remote servers

multi-client scenarios

0
General
PromptBeginner5 minmarkdown

- Return `has_more`

`next_offset`

0
General
PromptBeginner5 minmarkdown

- Example: `slack_send_message`

`github_create_issue`

0
General
PromptBeginner5 minmarkdown

- **Node/TypeScript**: `{service}-mcp-server` (e.g.

`slack-mcp-server`)

0
General
PromptBeginner5 minmarkdown

3. **Question Generation**: Create 10 complex

realistic questions

0
General
PromptBeginner5 minmarkdown

- **Verifiable**: Single

clear answer that can be verified by string comparison

0
General
PromptBeginner5 minmarkdown

To create effective evaluations

follow the process outlined in the evaluation guide:

0