detection-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| detection-mcp | No | Arguments for the detection-mcp MCP server |
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 |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_datasetC | Register a dataset root without changing any source image. |
| delete_datasetA | Soft-delete a dataset and preserve all related state. |
| restore_datasetB | Restore a soft-deleted dataset record. |
| list_datasetsB | List registered datasets. |
| get_datasetC | Get dataset metadata, including a deleted dataset. |
| add_categoriesB | Add categories atomically to an active dataset. |
| edit_categoryC | Change a category name or authoritative description. |
| delete_categoryB | Soft-delete a category and retain historical annotations. |
| restore_categoryC | Restore a category, optionally under a new name. |
| list_categoriesB | List categories for a dataset. |
| get_categoryB | Get a category, including a soft-deleted category. |
| list_imagesB | Discover dataset images with status filtering and stable ordering. |
| set_image_statusA | Set annotation workflow status without changing the image. |
| preview_imageC | Return an orientation-corrected preview and size metadata. |
| preview_annotationsC | Return an in-memory annotation overlay and metadata. |
| list_annotationsB | List annotations with stable filters and pagination. |
| add_bbox_annotationsC | Add normalized xyxy annotations in one transaction. |
| edit_bbox_annotationB | Edit a bbox annotation without changing its type. |
| delete_bbox_annotationA | Hard-delete one or more bbox annotations atomically. |
| add_rotated_bbox_annotationsC | Validate, correct, and add rotated annotations atomically. |
| edit_rotated_bbox_annotationC | Edit a rotated annotation without changing its type. |
| delete_rotated_bbox_annotationB | Hard-delete one or more rotated annotations atomically. |
| export_metadata_jsonlB | Preflight and atomically export completed-image metadata. |
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/ryan-minato/detection-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server