Explore

Find agent skills by outcome

8,216 skills indexed with the new KISS metadata standard.

Showing 24 of 8,216Categories: Data & Insights, Education, Coding & Debugging, Openclaw, Data, Creative
Data
PromptBeginner5 minmarkdown

Expose data as resources for efficient

URI-based access:

0
Coding & Debugging
PromptBeginner5 minmarkdown

* This server provides tools to interact with Example API

including user search

0
Data
PromptBeginner5 minmarkdown

* project management

and data export capabilities.

0
Data
PromptBeginner5 minmarkdown

const truncatedData = data.slice(0

Math.max(1

0
Coding & Debugging
PromptBeginner5 minmarkdown

const data = await apiRequest(params.limit

params.offset);

0
Data
PromptBeginner5 minmarkdown

- Return complete

structured data suitable for programmatic processing

0
Creative
PromptBeginner5 minmarkdown

This tool searches across all user profiles in the Example platform

supporting partial matches and various search filters. It does NOT create or modify users

0
Coding & Debugging
PromptBeginner5 minmarkdown

│ └── constants.ts # Shared constants (API_URL

CHARACTER_LIMIT

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **DO NOT use**: Old deprecated APIs such as `server.tool()`

`server.setRequestHandler(ListToolsRequestSchema

0
Coding & Debugging
PromptBeginner5 minmarkdown

<question>Look for pull requests that modified files in the /api directory and were merged between January 1 and January 31

2024. How many different contributors worked on these PRs?</question>

0
Coding & Debugging
PromptBeginner5 minmarkdown

After understanding the API and tools

USE the MCP server tools:

0
Creative
PromptBeginner5 minmarkdown

- Questions must be designed so there is a single

clear answer

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Store API keys in environment variables

never in code

0
Data
PromptBeginner5 minmarkdown

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

`next_offset`/`next_cursor`

0
Creative
PromptBeginner5 minmarkdown

3. **Be action-oriented**: Start with verbs (get

list

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Python**: `{service}_mcp` (e.g.

`slack_mcp`)

0
Creative
PromptBeginner5 minmarkdown

- **MCP Protocol**: Start with sitemap at `https://modelcontextprotocol.io/sitemap.xml`

then fetch specific pages with `.md` suffix

0
Coding & Debugging
PromptBeginner5 minmarkdown

- [🐍 Python Guide](./reference/python_mcp_server.md) - Module organization

dependencies

0
Coding & Debugging
PromptBeginner5 minmarkdown

Prioritize comprehensive API coverage. List endpoints to implement

starting with the most common operations.

0
Coding & Debugging
PromptBeginner5 minmarkdown

Review the service's API documentation to identify key endpoints

authentication requirements

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Language**: TypeScript (high-quality SDK support and good compatibility in many execution environments e.g. MCPB. Plus AI models are good at generating TypeScript code

benefiting from its broad usage

0
Coding & Debugging
PromptBeginner5 minmarkdown

Agents benefit from concise tool descriptions and the ability to filter/paginate results. Design tools that return focused

relevant data. Some clients support code execution which can help agents filter and process data efficiently.

0
Coding & Debugging
PromptBeginner5 minmarkdown

Balance comprehensive API endpoint coverage with specialized workflow tools. Workflow tools can be more convenient for specific tasks

while comprehensive coverage gives agents flexibility to compose operations. Performance varies by client—some clients benefit from code execution that combines basic tools

0
Coding & Debugging
PromptBeginner5 minmarkdown

description: Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services

whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

0