Skip to main content
Glama

delete_resume

Remove an alternate resume from your JobGPT profile to manage your application materials. This action does not affect your primary resume.

Instructions

Delete an uploaded resume from your profile. Note: You cannot delete your primary resume, only alternate resumes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe resume ID (URI) to delete

Implementation Reference

  • The handler logic for the `delete_resume` tool, which calls the `client.deleteResume` method.
    async (args) => {
      await client.deleteResume(args.id);
      return { content: [{ type: 'text' as const, text: JSON.stringify({ success: true, message: 'Resume deleted successfully', id: args.id }, null, 2) }] };
    }
  • Registration of the `delete_resume` tool in `registerResumeTools`.
    server.tool(
      'delete_resume',
      'Delete an uploaded resume from your profile. Note: You cannot delete your primary resume, only alternate resumes.',
      {
        id: z.string().describe('The resume ID (URI) to delete'),
      },

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/6figr-com/job-gpt-mcp-server'

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