Skill Retriever
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
},
"prompts": {
"get": {}
},
"resources": {
"read": {}
}
}
} |
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_componentsC | Search components by task. |
| get_component_detailC | Get full component info. |
| install_componentsB | Install components to .claude/. |
| check_dependenciesD | Check deps and conflicts. |
| ingest_repoB | Index a component repository. |
| register_repoC | Register a repo for auto-sync. |
| unregister_repoB | Unregister a repo from auto-sync. |
| list_tracked_reposB | List all tracked repos. |
| sync_statusB | Get sync system status. |
| start_sync_serverB | Start webhook server and poller. |
| stop_sync_serverB | Stop webhook server and poller. |
| poll_repos_nowB | Trigger immediate poll of all repos. |
| run_discovery_pipelineD | Run the discovery and ingestion pipeline. |
| discover_reposB | Discover skill repositories from GitHub. |
| get_heal_statusB | Get auto-heal status and failures. |
| get_pipeline_statusB | Get discovery pipeline status. |
| clear_heal_failuresB | Clear all tracked failures from auto-heal. |
| report_outcomeC | Report a component outcome (used, removed, deprecated). |
| get_outcome_statsC | Get outcome statistics for a component. |
| get_outcome_reportC | Get overall outcome report with problematic components. |
| analyze_feedbackC | Analyze usage patterns and generate edge suggestions. |
| get_feedback_suggestionsB | Get pending edge suggestions from feedback analysis. |
| review_suggestionC | Review a pending edge suggestion (accept or reject). |
| apply_feedback_suggestionsB | Apply all accepted suggestions to the graph. |
| security_scanB | Scan a component for security vulnerabilities. |
| security_auditC | Audit all indexed components for security vulnerabilities. |
| backfill_security_scansB | Backfill security scans for existing components. Scans all components in the metadata store that don't have security data, or all components if force_rescan=True. |
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/AnthonyAlcaraz/skill-retriever'
If you have feedback or need assistance with the MCP directory API, please join our Discord server