Navigation
Mobile DocsNavigation
Mobile DocsCreate and manage Model Context Protocol resources
Create and manage resources for MCP servers. Resources provide contextual data to LLM applications.
Layout: full
Options: Create Resource, Get Resource, Update Resource, Delete Resource
Placeholder: my-resource
Layout: half
Condition: operation = ["create_resource","get_resource","update_resource","delete_resource"]
Placeholder: resource://{param1}/{param2}
Layout: full
Condition: operation = ["create_resource","update_resource"]
Placeholder: Content of the resource
Layout: full
Condition: operation = ["create_resource","update_resource"]
Placeholder: text/plain
Layout: half
Condition: operation = ["create_resource","update_resource"]
Placeholder: http://localhost:3000/mcp or stdio://path/to/server.js
Layout: full
Placeholder: { "param1": "value1", "param2": "value2" }
Layout: full
Condition: operation = ["get_resource"]
Placeholder: 30000
Layout: half
Required
Required
Optional
Optional
Optional
Optional
Optional
Optional
Primary response type:
{
"success": "boolean",
"contents": "json",
"error": "string"
}