AgentDevX
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 |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| public-holidays.getPublicHolidaysA | Get public holidays for a country and year |
| public-holidays.getAvailableCountriesA | Get list of available countries |
| jsonplaceholder.getPostsA | Get all posts |
| jsonplaceholder.getPostA | Get a single post by ID |
| jsonplaceholder.createPostB | Create a new post |
| jsonplaceholder.getUsersA | Get all users |
| exchange-rate.getLatestRatesB | Get latest exchange rates for a base currency |
| github-api.getRepoA | Get a GitHub repository by owner and name |
| github-api.listRepoIssuesA | List issues for a GitHub repository |
| github-api.searchReposB | Search GitHub repositories |
| open-weather.getCurrentWeatherC | Get current weather for a city |
| open-weather.getForecastA | Get 5-day weather forecast for a city |
| petstore-api.addPetC | Add a new pet to the store. |
| petstore-api.updatePetB | Update an existing pet. |
| petstore-api.findPetsByStatusC | Finds Pets by status. |
| petstore-api.findPetsByTagsB | Finds Pets by tags. |
| petstore-api.getPetByIdB | Find pet by ID. |
| petstore-api.updatePetWithFormB | Updates a pet in the store with form data. |
| petstore-api.deletePetB | Deletes a pet. |
| petstore-api.uploadFileC | Uploads an image. |
| petstore-api.getInventoryB | Returns pet inventories by status. |
| petstore-api.placeOrderB | Place an order for a pet. |
| petstore-api.getOrderByIdA | Find purchase order by ID. |
| petstore-api.deleteOrderA | Delete purchase order by identifier. |
| petstore-api.createUserC | Create user. |
| petstore-api.createUsersWithListInputC | Creates list of users with given input array. |
| petstore-api.loginUserB | Logs user into the system. |
| petstore-api.logoutUserA | Logs out current logged in user session. |
| petstore-api.getUserByNameB | Get user by user name. |
| petstore-api.updateUserC | Update user resource. |
| petstore-api.deleteUserC | Delete user resource. |
| echo-server.echoB | Returns whatever you send |
| echo-server.addA | Add two numbers |
| acme-mailer.send_emailC | Send an email to a recipient |
| memory.storeA | Store a key-value pair in the agent's encrypted, persistent memory. Survives across sessions. |
| memory.recallA | Retrieve a previously stored value from the agent's encrypted, persistent memory by key. |
| webscrape.scrapeA | Scrape a webpage and extract its structure: title, headings, links, images, and text content. Uses static HTML fetch (does not render JavaScript). |
| webscrape.extractDesignA | Analyze a webpage and extract its design system: colors, fonts, font sizes, spacing values, layout patterns (flexbox/grid usage), and component class name patterns. Uses static HTML fetch (does not render JavaScript). |
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/mirajmahmudul/agentdevx-sdk'
If you have feedback or need assistance with the MCP directory API, please join our Discord server