Skip to main content
Glama
domdomegg

openfoodfacts-mcp

get_skill

Retrieve the recommended process for bulk uploading food packaging photos to the Open Food Facts database.

Instructions

Get the OFF upload skill document. This describes the recommended process for bulk uploading food packaging photos to Open Food Facts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for get_skill which returns the contents of the SKILL.md file.
    	async (): Promise<CallToolResult> => ({
    		content: [{type: 'text' as const, text: SKILL_CONTENT}],
    	}),
    );
  • The registration of the get_skill tool.
    server.registerTool(
    	'get_skill',
    	{
    		title: 'Get skill',
    		description: 'Get the OFF upload skill document. This describes the recommended process for bulk uploading food packaging photos to Open Food Facts.',
    		annotations: {
    			readOnlyHint: true,
    		},
    	},
    	async (): Promise<CallToolResult> => ({
    		content: [{type: 'text' as const, text: SKILL_CONTENT}],
    	}),
    );

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/domdomegg/openfoodfacts-mcp'

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