JSM Assets MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug logging by setting to 'true'. | |
| NODE_ENV | No | The environment mode, e.g., 'development'. | |
| JSM_BASE_URL | Yes | The base URL for the JSM Assets API. | https://api.atlassian.com/jsm/assets/workspace |
| JSM_AUTH_TOKEN | Yes | JSM Authentication token. Use Basic Authentication with a pre-encoded token in the format: 'Basic email:api_token' (Base64 encoded). | |
| JSM_WORKSPACE_ID | Yes | Your Jira Service Management Assets workspace ID. |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_assets_aqlA | Search JSM Assets using AQL (Assets Query Language). Supports complex queries with filters and robust automatic pagination. |
| get_object_schemasB | List all object schemas available in the JSM Assets workspace. Schemas contain related object types. |
| get_object_typesC | Get all object types for a specific schema. Object types define the structure and properties of assets. |
| get_object_attributesC | Get all attributes (fields) for a specific object type. Attributes define what data can be stored for objects of this type. |
| search_child_objectsA | Search for child objects of a specific parent object type, with optional filters and robust automatic pagination. |
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/Vergil333/jsm-assets-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server