Skip to main content
Glama
CodeDreamer06

MonkeyType MCP Server

get_psas

Retrieve public service announcements from the MonkeyType MCP Server to stay informed about updates, notifications, and essential community information effortlessly.

Instructions

Get public service announcements

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Executes the get_psas tool by calling the MonkeyType API at '/psas' endpoint with GET method using the shared API helper, then returns the result as JSON text content.
    case "get_psas": { const result = await callMonkeyTypeApi('/psas', 'GET', apiKey); return { content: [{ type: "text", text: JSON.stringify(result, null, 2) }], }; }
  • Defines the Zod input schema for the get_psas tool, extending the base schema with no additional parameters.
    const GetPsasSchema = BaseApiSchema.extend({});
  • server.js:256-260 (registration)
    Registers the get_psas tool in the listTools response, including its name, description, and input schema.
    { name: "get_psas", description: "Get public service announcements", inputSchema: zodToJsonSchema(GetPsasSchema), },

Latest Blog Posts

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/CodeDreamer06/MonkeytypeMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server