padlet-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PADLET_API_KEY | No | Padlet API key (alternative to file-based configuration) | |
| PADLET_API_KEY_FILE | No | Path to file containing Padlet API key (default: ~/.secrets/padlet_api_key.txt) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_boardsA | 현재 API 키로 접근 가능한 보드(Padlet) 목록을 반환한다. 각 보드의 id(get_board에 쓰는 16자리 식별자), 제목, 공개 URL을 담는다. padlet.com URL만 알고 있을 때는 이 목록에서 web_url을 비교해 board_id를 찾는다. |
| get_boardB | 보드 하나의 섹션·게시물·댓글을 모두 가져와 정리된 형태로 반환한다. board_id는 list_boards로 얻은 16자리 보드 ID다 (padlet.com URL의 슬러그가 아님). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/teamsparta-biz/padlet-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server